Created
December 8, 2011 17:29
-
-
Save parndt/1447722 to your computer and use it in GitHub Desktop.
Install edge Refinery CMS
This file contains 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
gem install rails | |
rails new my_application_name -m https://raw.github.com/resolve/refinerycms/master/templates/refinery/edge.rb | |
cd my_application_name | |
rails server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment