Created
June 7, 2012 20:16
-
-
Save hmans/2891302 to your computer and use it in GitHub Desktop.
Happy for the curious.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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