From 756414222d6a638834351c7156ea5ee58abdcafd Mon Sep 17 00:00:00 2001 From: Felix Imobersteg Date: Mon, 9 Nov 2015 21:20:18 +0100 Subject: [PATCH] Added tutum-cli --- Vagrantfile | 3 +++ readme.md | 1 + scripts/tutum-cli.sh | 7 +++++++ 3 files changed, 11 insertions(+) create mode 100644 scripts/tutum-cli.sh diff --git a/Vagrantfile b/Vagrantfile index 7de09bfa..c3097e48 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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. diff --git a/readme.md b/readme.md index f3a065f6..8a3c6589 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,7 @@ Here's a quickstart screencast! * MailCatcher * Ansible * Android + * tutum-cli ## The Vagrantfile diff --git a/scripts/tutum-cli.sh b/scripts/tutum-cli.sh new file mode 100644 index 00000000..2a63ca72 --- /dev/null +++ b/scripts/tutum-cli.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +echo ">>> Installing tutum-cli" + +#Install tutum-cli +apt-get install -qq python-pip +pip install tutum