Repository for the Open Course project team within VOID Tech at the University of Michigan
./bin/install
to create a python virtual environment and install the related project dependencies.
source env/bin/activate
./bin/ocRun
to run the application on localhost:8000
sudo docker build -t open-course .
sudo docker ps
sudo docker stop <CONTAINER_ID>
sudo docker run --env-file .env -p 8000:8000 open-course