Sha256: 555f773107188b63543fbd4339ea661fda0027a8d7aa87a65d905349f873cd45

Contents?: true

Size: 839 Bytes

Versions: 17

Compression:

Stored size: 839 Bytes

Contents

== Installation and Setup

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, seed data and set up the admin user:
   
     $ rake db:bootstrap RAILS_ENV=production 
   
   (NOTE: In dev mode you can just run `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 "spree@example.com" with a password of "spree".

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
spree-0.11.4 INSTALL
MyCommerceapi-1.0.0 INSTALL
spree-0.11.3 INSTALL
spree-0.11.2 INSTALL
spree-0.11.1 INSTALL
spree-0.11.0 INSTALL
spree-0.10.2 INSTALL
spree-0.10.1 INSTALL
spree-0.10.0 INSTALL
spree-0.10.0.beta INSTALL
spree-enriquez-0.9.4 INSTALL
spree-0.9.4 INSTALL
spree-0.9.3 INSTALL
spree-0.9.2 INSTALL
spree-0.9.1 INSTALL
spree-0.9.0 INSTALL
spree-0.8.5 INSTALL