Hermes - The Municipal Transport Timetable System :)
## Clone repository
git clone https://github.com/socialedge/hermes.git
cd hermes/
## Add Heroku remotes (make sure you are logged in via $ heroku login)
heroku git:remote -a NAME_OF_YOUR_HEROKU_FRONTEND_APP -r heroku-frontend
heroku git:remote -a NAME_OF_YOUR_HEROKU_BACKEND_APP -r heroku-backend
## Push frontend application to Heroku
git subtree push --prefix frontend heroku-frontend master
## Push backend application to Heroku
git subtree push --prefix backend heroku-backend master
For bugs, questions and discussions please use the Github Issues.
Except as otherwise noted this software is licensed under the GNU General Public License, v3
Licensed under the GNU General Public License, v3 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at