Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Mar 1, 2012
1 parent f2db316 commit 903321e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Expand Up @@ -18,19 +18,21 @@ Synergy
1. Настройте подключение к базе данных (рекомендуется MySQL с адаптером mysql2)
1. Добавьте в Gemfile следующие строки:

gem 'mysql2', '~> 0.2.7'
gem 'spree', :git => 'git://github.com/spree/spree.git', :branch => '0-60-stable'
gem 'mysql2', '~> 0.3.11'
gem 'active_reload'
gem 'synergy', '~> 0.70.0', :git => 'git://github.com/secoint/synergy.git'
gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
gem 'synergy', '~> 0.60.0'
gem 'synergy_default_theme', '~> 1.0.2'
gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git', :branch => '0-70-stable'
# gem 'synergy_default_theme', '~> 1.0.2'

1. Выполните следующие команды:

bundle install
rails g spree:site -f
rake spree:install
rake synergy:install
rake synergy_default_theme:install
rails g spree:site
rails g spree_static_content:install
rails g spree_editor:install
rails g spree_address_book:install
rails g synergy:install
rake db:migrate
rake db:seed db:sample
rails s
Expand Down

0 comments on commit 903321e

Please sign in to comment.