Documentation

Quickstart Guide (Running the Source)

NOTE: Requires Rails 2.3.x as well as the ImageMagick binary

1.) Clone the git repo

git clone git://github.com/railsdog/spree.git spree

2.) Create the necessary config/database.yml file

3.) Install the gem dependencies

Add GitHub to your list of gem sources if its not already

gem sources -a http://gems.github.com

Now install the gems

rake gems:install

4.) Bootstrap the database (run the migrations, create admin account, optionally load sample data.)

rake db:bootstrap

5.) Start the server

script/server

Quickstart Guide (Running the Gem)

NOTE: Requires Rails 2.3.x as well as the ImageMagick binary

1.) Install spree Gem

Add GitHub to your list of gem sources if its not already

$ gem sources -a http://gems.github.com

Now install the gem

$ sudo gem install spree

2.) Create Spree Application

$ spree <app_name>

3.) Create your database and edit the config/database.yml to taste. You can skip this step if using sqlite3 as your database.

4.) Bootstrap

$ cd <app-name>
$ rake db:bootstrap

5.) Launch Application

http://localhost:xxxx
http://localhost:xxxx/admin