Skip to content

RITct/RITSoft-3.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RITSoft-3.0

A web application for RIT students and teachers for academic management. Developed using larvel.

Prerequisite

Getting Started

First Step

Verify docker and docker-compose is installed by running

docker --version
docker-compose --version (>=1.28)

Second Step

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

Contributors Guideline

Contributing

The various types of users and permissions

Request System

Licence

Docs

Contributors