Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.33 KB

Hermes

Hermes - The Municipal Transport Timetable System :)

Deployment

Heroku

## 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

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

License

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

http://www.gnu.org/licenses/gpl-3.0.txt