Skip to content

Instantly share code, notes, and snippets.

@ysubach
Created July 14, 2016 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysubach/13200f7b930e138f863dfb163397dcf8 to your computer and use it in GitHub Desktop.
Save ysubach/13200f7b930e138f863dfb163397dcf8 to your computer and use it in GitHub Desktop.
dcos-cli install on Vagrant machine
sudo yum install python-setuptools -y
sudo easy_install pip
sudo pip install virtualenv
mkdir dcos && cd dcos
curl -O https://downloads.dcos.io/dcos-cli/install.sh
bash ./install.sh . https://m1.dcos
source /home/vagrant/dcos/bin/env-setup
dcos auth login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment