Skip to content

Instantly share code, notes, and snippets.

@webmutation
Last active May 19, 2016 15:09
Show Gist options
  • Save webmutation/45ce623799bc8b656fdf007e2e22ef69 to your computer and use it in GitHub Desktop.
Save webmutation/45ce623799bc8b656fdf007e2e22ef69 to your computer and use it in GitHub Desktop.
DCOS installation for local Windows Machine (behind Corporate Firewall)
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