University project Universidade of São Paulo's Software Engineer (SSC0130) 2018 first semester class
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
# Python
sudo apt-get update
sudo apt-get install python3.6
# Django
sudo pip install Django
# Docker and docker-compose
sudo apt-get install docker
sudo apt-get install docker-compose
Clone github project
git clone https://github.com/rgeurgas/Sid.git
Get Requirements
make start
Run server
make all
If it doesn't work run with sudo
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us
We use SemVer for versioning. For the versions available, see the tags on this repository
- Rodrigo Geurgas - Initial work - rgeurgas
- Gustavo Sutter - Initial work - suttergustavo
- Fernando Vendrameto - Initial work - fvendrameto
- Matheus Marzola Gomes - Initial work - matmarzolagomes
- Victor Henrique Rodrigues - Initial work - victorhenrique97
- Guilherme de Pinho Montemovo - Initial work - GuilhermeMontemovo
See also the list of contributors who participated in this project
This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details