opscomplete

New Deployments Looking for a checklist for new deployments? You will find it here: Adding new deployments. Servers

From the previous card about the deployment structure we now want to set up Capistrano 3. In the following Cards...

First, in your project, you need to install Capistrano 3 for Rails. You can find the official documentation here.

opscomplete

If you followed this guide, you will have already executed bundle exec cap install STAGES=staging,production and your project...

Our Rails deployments are run by passenger on the application servers, to automatically restart passenger workers after a deploy you...

As it's possible that you manage the Ruby version by yourself we created the capistrano-opscomplete Gem to support...

opscomplete

If you want to use Puma as the application server you have the two following options. There is the capistrano...

Please contact ops@makandra.de if you want to change how your Ruby version is managed. Selfmanaged Ruby Version

opscomplete

If you need to run specific program(s) and be sure they will get restarted if they quit unexpectedly or...

Here is an example configuration for using Sidekiq with our Procfile support and Capistrano. Sidekiq specific steps in lib/capistrano/tasks/sidekiq.rake. Please...

opscomplete

Signed SSH keys/certificates are a way for our customers to securely manage access to our application servers for an...

Best results in other decks

Sometime we've seen this error when executing e.g. bundle exec rake asset:precompile: double free or corruption (out)

makandra dev

Capistrano 3 has a doctor task that will print information about Environment: Ruby, Rubygems and Bundler versions List of Capistrano...

Search in all decks