Skip to content

Municipal Transport Timetable System

License

Notifications You must be signed in to change notification settings

socialedge/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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