Skip to content

Commit

Permalink
Better messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
alagu committed Jul 4, 2013
1 parent 0b99e4e commit 7600d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -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
```


Expand Down
10 changes: 5 additions & 5 deletions tasks/heroku.rake
Expand Up @@ -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

0 comments on commit 7600d2f

Please sign in to comment.