From 7600d2f3bec64fe45ecd35a431754dd7fa6392f0 Mon Sep 17 00:00:00 2001 From: Alagu Date: Wed, 3 Jul 2013 18:35:26 -0700 Subject: [PATCH] Better messaging --- README.md | 7 ++++++- tasks/heroku.rake | 10 +++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 83f5faf..4468b0e 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,16 @@ Two commands, one for installing, another for running. Running it on Heroku -------------------- +Requirements: +1. Heroku +2. Git +3. Your Jekyll Repo ``` git clone https://github.com/alagu/pagoda +cd pagoda heroku create -heroku config:add JEKYLL_ENV=git@bitbucket.org/alagu/blog-test.git +bundle exec rake heroku ``` diff --git a/tasks/heroku.rake b/tasks/heroku.rake index 7bbf838..f95e237 100644 --- a/tasks/heroku.rake +++ b/tasks/heroku.rake @@ -80,12 +80,12 @@ task "heroku" do end end - puts "------------------------------" - puts "Setting Heroku configuration " - puts get_config(heroku_auth_data) - puts "------------------------------" - puts "Copy this ssh key to online (also saved in ~/.ssh/pagoda-key.pub)" + puts "Heroku configuration Done. " + + puts "Copy this ssh public key to github or bitbucket or your git remote (also saved in ~/.ssh/pagoda-key.pub)" puts puts public_key + puts + puts "Visit http://#{heroku_auth_data[:app]}.herokuapp.com/ and login with the above given Username & Password" end \ No newline at end of file