see www.jiefan.me
git clone git@github.com:lastomato/whisper.git cd whisper/ ... configure heroku... git push heroku master heroku run console User.create!(:username => "...", :password => "..." , :password_confirmation => "...") http://your_heroku_app_url http://your_heroku_app_url/blog http://your_heroku_app_url/login
Notice: Please change the personal information accordingly.