Last active
September 30, 2015 04:07
-
-
Save simi/1718707 to your computer and use it in GitHub Desktop.
Try edge refinery
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
| gem install rails | |
| rails new retrorubies -m http://refinerycms.com/t/edge | |
| cd retrorubies | |
| rails s |
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
| Retrorubies::Application.routes.draw do | |
| mount Refinery::Core::Engine => '/awesome-refinery-path' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment