Skip to content

Commit

Permalink
Revert "Updated README"
Browse files Browse the repository at this point in the history
This reverts commit 13a7e26.
  • Loading branch information
Trung Lê committed Nov 12, 2011
1 parent 55935f0 commit 718b540
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Expand Up @@ -31,23 +31,16 @@ Update your bundle

$ bundle install

Use the install generator to do the basic setup. The install generator will prompt you to run migrations, setup some
basic data, and load sample products, orders, etc.
Then use the install generator to do the basic setup

$ rails g spree:site

To auto accept all prompts while running the install generator, pass -A as an option

$ rails g spree:site -A

If you chose to ignore the prompts while running the basic install
generator you can manually run migrations and load basic data with the following
commands
Now you just need to run the new migrations, and setup some basic data

$ bundle exec rake db:migrate
$ bundle exec rake db:seed

To manually load sample products, orders, etc., run the following rake task
If you also want some sample products, orders, etc. to play with you can run the appropriate rake task.

$ bundle exec rake spree_sample:load

Expand Down

0 comments on commit 718b540

Please sign in to comment.