Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@schontz
Last active December 17, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schontz/5660508 to your computer and use it in GitHub Desktop.
Save schontz/5660508 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.13'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails', '2.0.1'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
gem 'spree', '2.0.0'
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git'
$ spree install
Would you like to install the default gateways? (Recommended) (yes/no) [yes]
Would you like to install the default authentication system? (yes/no) [yes]
Would you like to run the migrations? (yes/no) [yes]
Would you like to load the seed data? (yes/no) [yes]
Would you like to load the sample data? (yes/no) [yes]
gemfile spree
gemfile spree_gateway
gemfile spree_auth_devise
run bundle install from "."
remote: Counting objects: 1079, done.
remote: Compressing objects: 100% (489/489), done.
remote: Total 1079 (delta 488), reused 907 (delta 340)
Receiving objects: 100% (1079/1079), 122.40 KiB, done.
Resolving deltas: 100% (488/488), done.
remote: Counting objects: 2766, done.
remote: Compressing objects: 100% (1419/1419), done.
remote: Total 2766 (delta 1283), reused 2508 (delta 1059)
Receiving objects: 100% (2766/2766), 507.74 KiB | 438 KiB/s, done.
Resolving deltas: 100% (1283/1283), done.
https://github.com/spree/spree_gateway.git (at master) is not checked out. Please run `bundle install`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment