Last active
May 19, 2016 15:09
-
-
Save webmutation/45ce623799bc8b656fdf007e2e22ef69 to your computer and use it in GitHub Desktop.
DCOS installation for local Windows Machine (behind Corporate Firewall)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download dcos https://dcos.io/releases/ | |
Once downloaded, move the installer (dcos_generate_config.sh) to the root of the repo (the repo will be mounted into the vagrant machines as /vagrant). | |
Install VBox and Vagrant | |
Clone Repo | |
git clone https://github.com/dcos/dcos-vagrant | |
Install Vagrant plugins | |
$ vagrant plugin install vagrant-hostmanager | |
$ vagrant plugin install vagrant-vbguest | |
set DCOS_CONFIG_PATH=config-1.7.yaml | |
cp VagrantConfig.yaml.example VagrantConfig.yaml | |
vagrant box add https://downloads.dcos.io/dcos-vagrant/metadata.json | |
vagrant up m1 a1 p1 boot | |
Add Proxy if behind corporate proxy | |
vagrant plugin install vagrant-proxyconf | |
Configure the vagrant-proxy plugin (Does not work at the moment) fubar the VMs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment