Sha256: b0febfde8acba39cfb0c9dc5ed994841016e23b9ed41fed248d4aa69ddcac4e9

Contents?: true

Size: 995 Bytes

Versions: 6

Compression:

Stored size: 995 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 migrations and set up the admin user:
   
     $ rake db:migrate db:admin:create RAILS_ENV=production 
   
   (NOTE: In dev mode you can run `rake db:bootstrap` which is equivalent to above but also gives you some sample data.)

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 "spree@example.com" with a password of "spree".

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 INSTALL
spree-0.8.4 INSTALL
spree-0.8.0 INSTALL
spree-0.8.1 INSTALL
spree-0.8.2 INSTALL
spree-0.8.3 INSTALL