Skip to content

Instantly share code, notes, and snippets.

@hmans
Created June 7, 2012 20:16
Show Gist options
  • Save hmans/2891302 to your computer and use it in GitHub Desktop.
Save hmans/2891302 to your computer and use it in GitHub Desktop.
Happy for the curious.
# install happy-cli prerelease (!) gem
gem install happy-cli --pre
# create a new happy app using the standard app template
happy new myapp
# alternatively, use the minimal template
happy new myapp -t minimal
# then:
cd myapp
bundle install
bundle exec rackup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment