Skip to content

usemodj/mystore3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. create database:

$ rake db:create
  1. db migration:

$ rake db:migrate
  1. Load the seed data:

$ rake db:seed
  1. load spree sample data:

$ rake spree_sample:load
  1. Go to localhost:3000/ and you’ll see:

    "Welcome aboard: You're riding Ruby on Rails!"
    
  2. Go to localhost:3000/admin and you’ll see:

    "Spree Admin pages" 
    => user/passwd=spree@example.com/spree123

About

rails3 spree ecommerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors