A React and Django application allowing users to review their experiences on the sidewalks of Edmonton.
The site is currently hosted using Cybera, and can be accessed here.
- cd scripts && sh deployLocal.sh (Must be run from your local machine in the repository root directory)
- git commit -a -m "build for deploy"
- git push origin master
- ssh onto the instance
- cd steps2/steps (on the instance)
- git pull origin master (on the instance)
- sh scripts/deployCybera.sh (on the instance)