Clone this Template
Flattr what? 
30
Heroku Demo Page
Stack: cedar
Source Link
Repository Git URL: git://github.com/simon/flattr-what.git
Application Type: neo4j-challenge
Language: ruby
Framework: Sinatra neography
Build Tool:
Add-On: neo4j redistogo
Your app is being created!
Shortly you will receive an email that a new app has been shared with you. If you haven't yet signed up for a
Heroku account, you will be provided an account activation link. Make sure your account has been activated
before proceeding. While your app is being created watch a quick
Intro
to Java on Heroku Video.
Your app is ready!
Step 1) Check out your app
Step 2) Setup your environment
a) Install git (used to transfer the app to/from Heroku)
b) Install the Heroku command line client on Linux, Mac, or Windows
Step 3) Login to Heroku from the command line
heroku login
This should also setup an SSH key and pair it with your Hekoku account.
Step 4) Copy the app from Heroku to your local machine
Step 5) Makes some changes to the app
Step 6) Make sure the app still compiles locally
Step 7) Add the changes to git, commit them, and push the changes to Heroku
git add .
git commit -m "changed something"
git push heroku master
Step 8) Check out your changes