Sha256: b4de0c776ead51168766bc1ea0840e3efc16fe63a0259b372b3efdbd66a8c41c

Contents?: true

Size: 954 Bytes

Versions: 10

Compression:

Stored size: 954 Bytes

Contents

== Installation and Setup

Once you have extracted the files into the directory where you would like to
install Spree:

1. Create the MySQL/PostgreSQL/SQLite databases for your Web site. You only
   need to create the "production" database, but you may also want to create
   the "development" and "test" databases if you are developing extensions
   or running tests.

2. Edit config/database.yml to taste.

3. Run the database bootstrap rake task:
   
     $ rake production db:bootstrap
   
   (If you would like bootstrap your development database just run `rake
   development db:bootstrap` or simply `rake db:bootstrap`.)

4. Start it like a normal Rails application. To test execute:
   
     $ script/server -e production
   
   And open your Web browser on port 3000 (http://localhost:3000). The
   administrative interface is available at /admin/. By default the bootstrap
   rake task creates a user called "admin" with a password of "spree".

Version data entries

10 entries across 9 versions & 1 rubygems

Version Path
spree-0.0.9 INSTALL
spree-0.2.0 foozah/INSTALL
spree-0.2.0 INSTALL
spree-0.4.1 INSTALL
spree-0.4.0 INSTALL
spree-0.5.0 INSTALL
spree-0.5.1 INSTALL
spree-0.6.0 INSTALL
spree-0.7.0 INSTALL
spree-0.7.1 INSTALL