Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ Vagrant.configure("2") do |config|
# Install Android
# config.vm.provision "shell", path: "#{github_url}/scripts/android.sh"

# Install tutum-cli
# config.vm.provision "shell", path: "#{github_url}/scripts/tutum-cli.sh"

####
# Local Scripts
# Any local scripts you may want to run post-provisioning.
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Here's a quickstart screencast!
* MailCatcher
* Ansible
* Android
* tutum-cli

## The Vagrantfile

Expand Down
7 changes: 7 additions & 0 deletions scripts/tutum-cli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

echo ">>> Installing tutum-cli"

#Install tutum-cli
apt-get install -qq python-pip
pip install tutum