ruby on rails - Spree installation - -


i'm getting troubles install spree. after installing necessary gems, launched following commands :

rails _4.2.2_ new my_store spree install my_store 

i didn't error message when launch "rails s", spree homepage nothing else "no products found" message.

any clue wrong ?

thanks

first of need install spree gem in environment if haven't installed yet

gem install spree_cmd 

then need create rails project

rails new my_store 

after created rails project run command, must run outside of project folder

spree install my_store 

finally prompt questions in terminal (if want run seed, have default data), must answer yes (y) or not (n) depending on want install (i'd recommend yes all)

and have spree project running default configuration , data.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -