A web application for RIT students and teachers for academic management. Developed using larvel.
- Docker: Container Tool
Verify docker and docker-compose is installed by running
docker --version
docker-compose --version (>=1.28)
Run
docker-compose build
docker-compose up -d
Visit localhost:8000
to view the app.
Run docker-compose build
only if you're setting up for the first time or have made changes.
If you're setting up for the first time, run
docker-compose run app sh initialsetup.sh
To stop the container run docker-compose down