Configuration files to deploy the openl10n project using Capistrano.
gem install bundler
bundle install
Copy the stages/example.rb.dist
file and adapt it to your need.
For instance, create a production
environment:
cp stages/example.rb.dist stages/production.rb
Deploy to this production environment:
bundle exec cap production deploy