myStore3 is using the Spree Ecommerce framework and Spree Gem packages
-
Installing nokogiri gem on Ubuntu:
$ sudo apt-get install libxslt-dev libxml2-dev $ sudo gem install nokogiri
-
Installing mysql2 gem on Ubuntu:
$ sudo apt-get install libmysqlclient-dev $ gem install mysql2
-
create database:
$ rake db:create
-
db migration:
$ rake db:migrate
-
Load the seed data:
$ rake db:seed
-
load spree sample data:
$ rake spree_sample:load
-
Go to localhost:3000/ and you’ll see:
"Welcome aboard: You're riding Ruby on Rails!" -
Go to localhost:3000/admin and you’ll see:
"Spree Admin pages" => user/passwd=spree@example.com/spree123
-
locale setting: localhost:3000/locale/set?locale=ko