Skip to content

Instantly share code, notes, and snippets.

@stefl
Created September 4, 2010 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefl/565411 to your computer and use it in GitHub Desktop.
Save stefl/565411 to your computer and use it in GitHub Desktop.
Here are the commands I used to create http://royalcourt.heroku.com
(Assuming ruby, rubygems, heroku, git)
sudo gem install caboodle
caboodle create royalcourt
cd royalcourt
caboodle kit:add flickr
(input flickr username)
caboodle kit:add twitter
(input twitter username)
caboodle kit:add youtube
(input youtube username)
caboodle kit:add about
(edit the about.md file)
caboodle kit:add typekit
(Set up typekit.com profile and input the typekit js id)
caboodle kit:home about
(Sets the About page as the home page)
heroku create royalcourt
caboodle deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment