Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove docker and Vagrant support #123

Merged
merged 1 commit into from
Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions Vagrantfile

This file was deleted.

2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ cd /var/www/scrumonline
/usr/bin/php ./bin/composer update --no-plugins --no-scripts
/usr/bin/php ./bin/composer install --no-plugins --no-scripts
cp src/sample-config.php src/config.php
# Overwrite host
echo '$host = "http://localhost:8080";' >> src/config.php
2 changes: 1 addition & 1 deletion doc/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The app requires a couple of packages you need to install on your system. Those
- PHP >= 5.6
- MySQL, MySQL-PDO

or alternatively you can use [Vagrant](Vagrant.md) or [Docker](Docker.md).
or alternatively you can use [Docker](https://github.com/chrisns/scrumonline) provided and maintained by @chrisns.

# Webservers
- [Nginx Deployment](Deployment-Nginx.md)
Expand Down
56 changes: 0 additions & 56 deletions doc/Docker.md

This file was deleted.

40 changes: 0 additions & 40 deletions doc/Vagrant.md

This file was deleted.

68 changes: 0 additions & 68 deletions docker.sh

This file was deleted.

47 changes: 0 additions & 47 deletions docker/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions docker/apache_default

This file was deleted.

122 changes: 0 additions & 122 deletions docker/my.cnf

This file was deleted.

Loading