Skip to content

Instantly share code, notes, and snippets.

@shinofara
Created April 18, 2013 04:08
Show Gist options
  • Save shinofara/5410043 to your computer and use it in GitHub Desktop.
Save shinofara/5410043 to your computer and use it in GitHub Desktop.
capistrano経由でリモート環境でsudo実行する際に躓いた!! ref: http://qiita.com/items/7effc422b702e61870a4
set :user, "shinofara"
set :password, "password"
set :user, "test"
set :password, ""
set :use_sudo, false
$ sudo visudo
test ALL=(ALL) NOPASSWD:ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment