Rails Installation of Spree Commerce
Hello im creating my first spree commerce and i did this
rails new spreecommerce
cd spreecommerce
i added this to Gemfile
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch:
'2-0-stable'
rails g spree:install
rails s
now i can browse products and categories but /admin URL doesnt work. so i
tried
rake spree_auth:admin:create
but it says an error
rake aborted!
Don't know how to build task 'spree_auth:admin:create'
Im too wonder where are controllers and views located ? not in
spreecommerce/ directory where i installed application, how can i edit
that app ?
No comments:
Post a Comment