forked from ucfopen/UDOIT
-
Notifications
You must be signed in to change notification settings - Fork 0
WIP Notes for Fork
Code Hugger (Matthew Jones) edited this page Jan 12, 2022
·
1 revision
Some work in progress notes for this fork:
Currently to run this locally there's two options:
You can start it with the regular Docker compose and follow the directions on
https://github.com/ucfopen/UDOIT/blob/main/INSTALL.md
to start up the symfony server with symfony serve -d
Or you can use this alternate WIP file which uses an embeeded Nginx to serve the contents.
docker-compose -f docker-compose-umich.yml build && docker-compose -f docker-compose-umich.yml up
In either case you'll ahve to run the migrations the first time. This is also in the install guide. docker -exec -it udoit_php php bin/console doctrine:migrations:migrate