This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Atualizar Ubuntu | |
| $ sudo apt-get update | |
| $ sudo apt-get upgrade | |
| $ sudo apt-get dist-upgrade | |
| $ sudo apt-get autoremove | |
| $ sudo reboot | |
| ## Instalar alguns pacotes extras | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================== | |
| # SET's | |
| # ============================================================== | |
| set :domain, "177.71.250.61" | |
| set :application, "midiaexterna" | |
| set :repository, "[email protected]:candidosales/midiaexterna.git" | |
| default_run_options[:pty] = true | |
| ssh_options[:verbose] = :debug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| candidosg@candidosg-XPS-L421X:~/midiaexterna$ cap deploy:check | |
| * 2013-02-06 16:02:29 executing `deploy:check' | |
| * executing "test -d /home/ubuntu/midiaexterna/releases" | |
| servers: ["177.71.250.61"] | |
| connection failed for: 177.71.250.61 (Net::SSH::AuthenticationFailed: ubuntu) | |
| candidosg@candidosg-XPS-L421X:~/midiaexterna$ cd | |
| candidosg@candidosg-XPS-L421X:~$ ssh -v -A [email protected] | |
| OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012 | |
| debug1: Reading configuration data /etc/ssh/ssh_config | |
| debug1: /etc/ssh/ssh_config line 22: Applying options for * |
NewerOlder