Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 845 Bytes

README.markdown

File metadata and controls

23 lines (16 loc) · 845 Bytes

by Blake Mizerany under the MIT LICENSE using Sinatra, RestClient, Rack, and all the wonderful Gists.

The hackers lorem ipsum generator hosted on a free plan at Heroku (heroku.com)

Deploy your own for free in less than 1 minute:

If you already have an account at Heroku:

  1. git clone git://github.com/bmizerany/lorem-me.git
  2. cd lorem-me
  3. heroku create [optional-app-name]
  • NOTE: This will add the heroku remote for you
  1. git push heroku master

If you do not already have an account (add 2 minutes, one time only):

  1. Signup
  2. sudo gem install heroku
  3. heroku keys:add /path/to/ssh-key