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