SSH into Root
$ ssh root@123.123.123.123
Change Root Password
| namespace :deploy do | |
| before :updated, :setup_solr_data_dir do | |
| on roles(:app) do | |
| unless test "[ -d #{shared_path}/solr/data ]" | |
| execute :mkdir, "-p #{shared_path}/solr/data" | |
| end | |
| end | |
| end | |
| end |
SSH into Root
$ ssh root@123.123.123.123
Change Root Password
| .fb { | |
| fill: #3b5998; | |
| } | |
| .tw { | |
| fill: #1ab1e8; | |
| } | |
| .gp { | |
| fill: #efaf25; |