文章列表
使用shapado本身的deploy.rb文件后运行cap的相关命令会报如下错误:
`<top (required)>': RVM - Capistrano integration was extracted to a separate gem, install: `gem install rvm-capistrano` and remove the `$LOAD_PATH.unshift` line, note also the 'set :rvm_type, :user' is now the default (instead of :system). (RuntimeErro ...
This install guideline attempts to help you to deploy Shapado to your server from beginning to end.
Those software will be installed in the following order:
Git, Curl, RVM, Ruby, Rails, Mongodb, Install Shapado, Passenger, Nginx and Capistrano
Install Git
1. Retrieving necessary libraries
$sudo ...