diff --git a/.gitignore b/.gitignore index 0b2f717..dbe7f07 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ tmp nbproject *.swp spec/test_app -.tmproj \ No newline at end of file +*.tmproj \ No newline at end of file diff --git a/README.textile b/README.textile index 3c6fadb..13b004d 100644 --- a/README.textile +++ b/README.textile @@ -19,44 +19,22 @@ The idea is simple. You attach a file to a Product (or a Variant of this Product h3. Installation -Add something like this to your @Gemfile@ in your brand new Rails 3 application: +I assume that you already have a Rails 3 Spree application up and running. If you don't, the "Spree Documentation":http://spreecommerce.com/documentation will help you getting started. + +To make use of @digital_spree@, you need to add this line to your @Gemfile@:
-  gem 'spree'
   gem 'spree_social', :git => 'git://github.com/funkensturm/spree_digital.git', :branch => 'master'
 
-If you prefer to use specific versions, feel free to do so. This configuration, for instance, determines some versions manually: - -
-  gem 'rails', '= 3.0.5'
-  gem 'spree', '= 0.50.0'
-  gem 'spree_social', :git => 'git://github.com/funkensturm/spree_digital.git', :branch => 'master'
-
- -The following terminal commands are corresponding to the spree README at "github.com/spree/spree":http://github.com/spree/spree and are needed to bring up spree: - -
-  bundle install
-  rails g spree:site
-  rake spree:install
-  rake db:migrate
-
- -Of course you may already have a spree application running. But *either way* you will have to run these two commands at this point: +The following terminal commands will copy the file "spree_digital/db/migration/20110410134726_create_digitals.rb"http://github.com/funkensturm/spree_digital/blob/master/db/migrate/20110410134726_create_digitals.rb to the corresponding directory in your Rails application and apply the migration to your database.
   rake spree_digital:install   # This one will copy the migration file from spree_digital to your rails_root/db/migrate
   rake db:migrate
 
-This should be it. You might want to populate your store with sample data like so: - -
-  rake spree_sample:install
-  rake db:seed
-  rake db:sample
-
+This should be all there is to do. h4. Important Notice diff --git a/spree_digital.tmproj b/spree_digital.tmproj deleted file mode 100644 index 7546494..0000000 --- a/spree_digital.tmproj +++ /dev/null @@ -1,48 +0,0 @@ - - - - - currentDocument - Gemfile - documents - - - expanded - - name - spree_digital - regexFolderFilter - !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$ - sourceDirectory - - - - fileHierarchyDrawerWidth - 262 - metaData - - Gemfile - - caret - - column - 19 - line - 4 - - firstVisibleColumn - 0 - firstVisibleLine - 0 - - - openDocuments - - Gemfile - - showFileHierarchyDrawer - - windowFrame - {{8, 81}, {992, 680}} - -