To set up:
git clone github.com/TheCoderFactory/cf11.git
bundle
rails g shoppe:setup
rails g nifty:key_value_store:migration
rake db:migrate
rake db:seed
rails s
Go to localhost:3000/store
Login with admin@example.com/password
*Import courses:
Go to Products - click on Import Products button
Select WorkshopList.csv and upload
Import posts:
Go to localhost:3000/posts - find the import upload
Select all_posts.csv and upload