Quickstart

The fastest way to start using Salty WSGI is to try it with Vagrant.

First you will need to install the latest version of Vagrant from its Downloads page.

Then install Salty Vagrant by running a command

$ vagrant plugin install vagrant-salt

Copy salt/roots/pillar/data.sls.example -> salt/roots/pillar/data.sls, salt/roots/pillar/top.sls.example -> salt/roots/pillar/top.sls. And fill in your values in data.sls. Read more in Pillar configuration.

Then run vagrant up and you should be good to go.