Skip to content

Instantly share code, notes, and snippets.

@christiannelson
Created January 30, 2013 19:48
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 christiannelson/4676191 to your computer and use it in GitHub Desktop.
Save christiannelson/4676191 to your computer and use it in GitHub Desktop.
Raygun usage and output
% raygun blogger
Creating new app Blogger in directory blogger...
Done! Next steps...
# Install updated dependencies
$ cd blogger
$ gem install bundler
$ bundle update
# Prepare the database: schema and reference / sample data
$ rake db:setup db:sample_data
# Run the specs (they should all pass)
$ rake
# Run the app and check things out
$ foreman start
$ open http://0.0.0.0:3000
Enjoy your Carbon Five flavored Rails application!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment