Skip to content

Commit

Permalink
Update README on use of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdonnison committed Dec 16, 2020
1 parent 077cd31 commit 7b66f53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -26,3 +26,14 @@ IRC channel is irc://irc.freenode.net/dotproject on `#dotproject` on `irc.freeno
As of version 2.0, dotProject is released under GPL.
1.0.2 and previous versions were released under BSD license.
Parts of dotProject include libraries from other projects which are used and re-released under their original licence.

## Docker composer support

The latest devel branch now includes a simple docker-compose.yml file and support files. These will allow you to run dotProject by running:

`docker-compose up`

This will set up an nginx container, a phpfpm container and a mariadb container and point the web server to the base directory of dotProject. All you need to do after that is point your browser to http://localhost/

`docker-compose down` will retain any data you have created. If you want to start again from a clean slate, use `docker-compose down -v` to remove the database volume.

0 comments on commit 7b66f53

Please sign in to comment.