Official website for Software Engineering Research Center, IIIT-Hyderabad. http://serc.iiit.ac.in/
- Clone this repo using
git clone git@github.com:skbly7/serc.git
(recommended) orgit clone https://github.com/skbly7/serc.git
- Install the packages given in package.txt (centos) or equivalent depending on your linux distribution.
- Create new virtualenv using
virtualenv deploy
- Install dependencies
pip install -r requirement.txt
- Go to
website
folder, and runpython manage.py runserver
- Nginx configuration is available here. Change the absolute directory paths as per your system
- Change directory information according to your setup in startup.sh, and add it as crontab entry
@reboot /absolute/path/to/startup.sh