Files
Scanning the repository...
Last update 5 years 1 month
by Michael
| FileswebCode | |
|---|---|
| .. | |
| membership | |
| nginx | |
| DevSetup.md | |
| Dockerfile | |
| buildandrun.sh | |
| docker-compose.yml | |
| seedDev.sh |
DevSetup.mdInstall docker
https://docs.docker.com/engine/install/
Install docker-compose
https://docs.docker.com/compose/install/
Standup the docker containers
sh buildandrunThis should run the docker containers in the background. You can check that they are running by executing the following command.
docker psSeed the db and make a test user
sh seedDev.shThis will add the appropriate tables to the DB and create a test user.
username: test email: test@test.com password: testapp should be running on http://localhost/