diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-27 07:39:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-27 07:39:10 -0600 |
| commit | 744ef6b35357a4221ccde7368abf2489c9b3ee91 (patch) | |
| tree | 2b462a3d7b3cbbae16c93656d76f545dc802a797 | |
| parent | 5fca384291d7268709a065fc18ec79be4dce73ad (diff) | |
install janus on moboxes
| -rw-r--r-- | config/deploy/mo.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/deploy/mo.rb b/config/deploy/mo.rb index 72004c3..cc603bd 100644 --- a/config/deploy/mo.rb +++ b/config/deploy/mo.rb @@ -4,7 +4,11 @@ set :rails_env, "mo" namespace :mobox do task "setup" do run "#{sudo} apt-get -y install vim" - run "curl -Lo- https://bit.ly/janus-bootstrap | bash" end after "deploy:install", "mobox:setup" + + task "vim" do + run "curl -Lo- https://bit.ly/janus-bootstrap | bash" + end + after "deploy:setup", "mobox:vim" end |
