$ bundle exec cap -S branch=master production deploy --dry-run
/Users/myname/.rvm/lib/rvm/capistrano.rb:5: RVM - Capistrano integration was extracted to a separate gem, install: `gem install rvm-capi
我已經制作了一個新的Rails 3.2應用程序。當我用Capistrano部署它時,編譯資產時出現錯誤。但是資產被編譯,並且應用程序被部署。 在我安裝了RVM系統範圍,然後創建的服務器: User: skolemapicture (added to group rvm)
Deploy folder: /home/skolemapicture/site
.rvmrc in /home/skole
我需要了解爲什麼capistrano不會創建文件夾當前。我使用以下命令:cap deploy:setup,cap deploy:check,cap deploy 但是,當我檢查我的應用程序目錄時,我沒有當前的文件夾。 這是我deploy.rb # Execute "bundle install" after deploy, but only when really needed
require