Skip to content

Comment on Heroku Platform API, Now Available in Public Betaparent

Comments

How's this?

  git clone https://github.com/whatever; heroku create; git push heroku master

Well most apps needs some others like:

  heroku config:set SECRET_TOKEN=`openssl rand -hex 20`
  heroku run rake db:migrate
  heroku addons:add scheduler
  Open the scheduler webpage and add an hourly task
  heroku restart

Exactly. For simple cases just shelling out to the API is good enough, but many of these deployable apps are a bit more complicated. Especially those that need databases or other add-ons to work.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.