Most voted "capistrano" questions
Capistrano is a Gem to deploy (deploy) web applications. Initially developed for Rails, it is intended to send your source code to a web server and allow versioning.
Learn more…4 questions
Sort by count of
-
3
votes0
answers135
viewsWhat does this git error mean?
I’m migrating a git repository from the server. I’m taking it out of my VPS and moving it to Bitbucket. I took all the VPS branches and successfully climbed to the mentioned service. I even added a…
-
1
votes0
answers29
viewsProblem deploying with Pistrane
I am having a very strange problem with Pistrano at the time of deploying to my staging environment. I am using Ruby 2.0.0, Rails 4.2.3 and Capistrano 3.4.0. My server environment is ready, however…
-
0
votes1
answer99
viewsDeploy with Capistrano
I have to run my Rails app on one machine and DBMS (in this case Postgresql) on another server. I set up the database.yml as follows: production: <<: *default database: nomedobanco username:…
-
0
votes1
answer94
viewsDeploy Ruby on Rails with Capistrano
When executing the deploy I have the following error: Rack app error: #<RuntimeError: Missing 'secret_token' and 'secret_key_bas' for 'production' environment, set these values in…