Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 402 Bytes

Make sure you have Play 1.2.3 installed.

Run Locally

Clone the git repo

git clone git@github.com:retroryan/gedcomServer.git

Move to the project dir

cd gedcomServer

Run the app

play run

Run on Heroku

Create the app on Heroku

heroku create -s cedar

Upload the app to Heroku

git push heroku master

Open the app in the browser

heroku open