Created
September 20, 2013 01:06
-
-
Save westonplatter/6632059 to your computer and use it in GitHub Desktop.
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
| git clone https://github.com/think602/spree_wizard.git | |
| cd spree_wizard | |
| rake test_app | |
| cd spec/dummy | |
| rake db:migrate | |
| rake db:seed | |
| rake spree_sample:load | |
| rake spree_wizard:sample_load # custom sample load to demonstrate spree_wizard | |
| rails s | |
| # go to | |
| # localhost:3000/wizards | |
| # click on show, should take you to localhost:3000/wizards/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment