Skip to content

Instantly share code, notes, and snippets.

@greendog
Last active April 3, 2016 23:50
Show Gist options
  • Select an option

  • Save greendog/4985240 to your computer and use it in GitHub Desktop.

Select an option

Save greendog/4985240 to your computer and use it in GitHub Desktop.

Revisions

  1. greendog revised this gist Aug 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -36,7 +36,7 @@ gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git"
    gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master"

    gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git'
    gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git'
    gem 'clot_engine', :git => 'git://github.com/greendog/clots.git'
    ```

    * ```bundle install```
  2. greendog revised this gist Jun 22, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@ gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2
    gem 'refinerycms', :git => "git://github.com/refinery/refinerycms.git", :branch => "master"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master"
    gem 'refinerycms-blog', :git => "git://github.com/greendog/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master"
    gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master"

  3. greendog revised this gist Jan 29, 2014. 1 changed file with 6 additions and 7 deletions.
    13 changes: 6 additions & 7 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -22,17 +22,16 @@ gem 'machinist', :group => :development
    gem 'ffaker', :group => :development
    gem "compass"
    gem "compass-rails"
    gem "jquery-ui-rails"
    gem 'liquid', :git => 'git://github.com/Shopify/liquid.git'


    gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-0-stable"
    gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable'
    gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-1-stable"
    gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-1-stable'

    gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "2-1-stable"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "2-1-stable"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "2-1-stable"
    gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms', :git => "git://github.com/refinery/refinerycms.git", :branch => "master"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master"
    gem 'refinerycms-blog', :git => "git://github.com/greendog/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master"
    gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master"

  4. greendog revised this gist Oct 13, 2013. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,10 @@

    ### Demo: http://shoponrails.org/refinery/themes

    ### Fast and simple start with ShopOnrails and Opscode Chef - recommended way: https://github.com/shoponrails/shop_on_rails_kitchen


    ### Step-by-Step way (for advanced users)

    * ```rails new my_store && cd my_store```
    * from Gemfile
  5. greendog revised this gist Sep 25, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -37,7 +37,7 @@ gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git'
    ```

    * ```bundle install```
    * ```bundle exec db:create```
    * ```bundle exec rake db:create```
    * ```bundle exec rake shop_on_rails:setup```
    * ```bundle exec rake shop_on_rails:refresh_db_with_samples``` - optional, for the spree/refinery samples
    * replace config/routes.rb with:
  6. greendog revised this gist Sep 25, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@ gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2

    gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "2-1-stable"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "2-1-stable"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "2-1-stable"
    gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master"
    gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master"
  7. greendog revised this gist Aug 27, 2013. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -34,8 +34,6 @@ gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inqu

    gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git'
    gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git'
    gem 'spreefinery_core', :git => 'git://github.com/shoponrails/spreefinery_core.git'
    gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_themes.git'
    ```

    * ```bundle install```
  8. greendog revised this gist Aug 22, 2013. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -51,10 +51,14 @@ mount Refinery::Core::Engine, :at => '/'
    ```

    * ```rails s```
    * go to ```http://localhost:3000/refinery/themes``` and use:
    * go to http://localhost:3000/refinery/themes and use:

    login: ```admin```

    password: ```password```


    * http://localhost:3000/refinery - RefineryCMS Admin Area
    * http://localhost:3000/admin - Spree Admin Area


  9. greendog revised this gist Aug 22, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    ### Project Page: https://github.com/shoponrails

    ### Google Group: https://groups.google.com/d/forum/shoponrails

    ### Demo: http://shoponrails.org/refinery/themes


  10. greendog revised this gist Aug 15, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    * ### Demo: http://shoponrails.org/refinery/themes
    ### Project Page: https://github.com/shoponrails

    ### Demo: http://shoponrails.org/refinery/themes


    * ```rails new my_store && cd my_store```
  11. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    *### Demo: http://shoponrails.org/refinery/themes
    * ### Demo: http://shoponrails.org/refinery/themes


    * ```rails new my_store && cd my_store```
  12. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ### Demo: http://shoponrails.org/refinery/themes
    *### Demo: http://shoponrails.org/refinery/themes


    * ```rails new my_store && cd my_store```
  13. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ### Demo: ```http://shoponrails.org/refinery/themes```
    ### Demo: http://shoponrails.org/refinery/themes


    * ```rails new my_store && cd my_store```
  14. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,4 @@
    ### Demo:

    ```http://shoponrails.org/refinery/themes```

    ### Demo: ```http://shoponrails.org/refinery/themes```


    * ```rails new my_store && cd my_store```
  15. greendog revised this gist Aug 15, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,8 @@

    ```http://shoponrails.org/refinery/themes```



    * ```rails new my_store && cd my_store```
    * from Gemfile
    remove ```gem 'rais'``` and ```gem 'jquery-rails'```
  16. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    ### Demo:

    ```http://shoponrails.org/refinery/themes```

    * ```rails new my_store && cd my_store```
  17. greendog revised this gist Aug 15, 2013. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    ### Demo:
    ```http://shoponrails.org/refinery/themes```

    * ```rails new my_store && cd my_store```
    * from Gemfile
    remove ```gem 'rais'``` and ```gem 'jquery-rails'```
    @@ -49,3 +52,5 @@ mount Refinery::Core::Engine, :at => '/'
    login: ```admin```

    password: ```password```


  18. greendog revised this gist Aug 15, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    * ```rails new my_store && cd my_store```
    * to Gemfile
    remove ```gem 'rais'```, ```gem 'jquery-rails'```
    * from Gemfile
    remove ```gem 'rais'``` and ```gem 'jquery-rails'```

    and add folowing rows:

  19. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    * rails new my_store && cd my_store
    * ```rails new my_store && cd my_store```
    * to Gemfile
    remove ```gem 'rais'```, ```gem 'jquery-rails'```

  20. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -47,4 +47,5 @@ mount Refinery::Core::Engine, :at => '/'
    * go to ```http://localhost:3000/refinery/themes``` and use:

    login: ```admin```

    password: ```password```
  21. greendog revised this gist Aug 15, 2013. 1 changed file with 4 additions and 5 deletions.
    9 changes: 4 additions & 5 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -44,8 +44,7 @@ mount Refinery::Core::Engine, :at => '/'
    ```

    * ```rails s```
    * go to http://localhost:3000/refinery/themes and use:
    ```
    login: admin
    password: password
    ```
    * go to ```http://localhost:3000/refinery/themes``` and use:

    login: ```admin```
    password: ```password```
  22. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle install```
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    * bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```bundle exec rake shop_on_rails:refresh_db_with_samples``` - optional, for the spree/refinery samples
    * replace config/routes.rb with:

    ```bash
  23. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle install```
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    * bundle exec rake shop_on_rails:refresh_db_with_samples - ### optional, for the spree/refinery samples
    * bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * replace config/routes.rb with:

    ```bash
  24. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle install```
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * bundle exec rake shop_on_rails:refresh_db_with_samples - ### optional, for the spree/refinery samples
    * replace config/routes.rb with:

    ```bash
  25. greendog revised this gist Aug 15, 2013. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -35,8 +35,9 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```bash
    replace config/routes.rb with:
    * replace config/routes.rb with:

    ```bash
    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
    mount Refinery::Core::Engine, :at => '/'
  26. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -35,7 +35,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```
    * ```bash
    replace config/routes.rb with:
    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
  27. greendog revised this gist Aug 15, 2013. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -35,11 +35,11 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```replace config/routes.rb with:

    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
    mount Refinery::Core::Engine, :at => '/'
    * ```
    replace config/routes.rb with:
    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
    mount Refinery::Core::Engine, :at => '/'
    ```

    * ```rails s```
  28. greendog revised this gist Aug 15, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```replace config/routes.rb with:

    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
    mount Refinery::Core::Engine, :at => '/'
  29. greendog renamed this gist Aug 15, 2013. 1 changed file with 21 additions and 15 deletions.
    36 changes: 21 additions & 15 deletions shoponrails_install.txt → shoponrails_install.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,11 @@
    0. rails new my_store && cd my_store
    1. to Gemfile
    remove gem 'rais', gem 'jquery-rails'
    * rails new my_store && cd my_store
    * to Gemfile
    remove ```gem 'rais'```, ```gem 'jquery-rails'```

    and add folowing rows:
    -------------------------------------------------------------------------------------------------------


    ```bash
    gem 'rails-i18n'
    gem 'machinist', :group => :development
    gem 'ffaker', :group => :development
    @@ -11,11 +14,12 @@ gem "compass-rails"
    gem "jquery-ui-rails"
    gem 'liquid', :git => 'git://github.com/Shopify/liquid.git'


    gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-0-stable"
    gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable'

    gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "master"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master"
    gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "2-1-stable"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "2-1-stable"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master"
    gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"
    gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master"
    @@ -25,19 +29,21 @@ gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git'
    gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git'
    gem 'spreefinery_core', :git => 'git://github.com/shoponrails/spreefinery_core.git'
    gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_themes.git'
    -------------------------------------------------------------------------------------------------------
    ```

    2. bundle install
    3. bundle exec db:create
    4. bundle exec rake shop_on_rails:setup
    4.5 bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    5. replace config/routes.rb with:
    * ```bundle install```
    * ```bundle exec db:create```
    * ```bundle exec rake shop_on_rails:setup```
    ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples
    * ```replace config/routes.rb with:
    root :to => "refinery/pages#home"
    mount Spree::Core::Engine, :at => '/'
    mount Refinery::Core::Engine, :at => '/'
    ```

    6. rails s
    7. go to http://localhost:3000/refinery/themes and use:
    * ```rails s```
    * go to http://localhost:3000/refinery/themes and use:
    ```
    login: admin
    password: password

    ```
  30. greendog revised this gist Jul 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shoponrails_install.txt
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@ gem 'liquid', :git => 'git://github.com/Shopify/liquid.git'
    gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-0-stable"
    gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable'

    gem 'refinerycms', :git => "git://github.com/refinery/refinerycms.git", :branch => "master"
    gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "master"
    gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master"
    gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master"
    gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"