spree/spree_starter

Deployment to VPS

Closed this issue · 2 comments

Hello. I´d like to use Capistrano to deploy the app to an VPS. Does this app have anything special to care when configuring Capistrano?

Hi @pmaojo - surely you can use it with Capistrano, things to remember:

  1. Setting proper ENV values for the memcached cloud, sendgrid, S3, CDN and other present in secrets.yml and environments/production.rb
  2. Precompile assets on deploy
  3. Remove the "Heroku fix" section ( https://github.com/spark-solutions/spark-starter-kit/blob/master/Gemfile#L68 ) from Gemfile

Thankyou!