note
data in provisioning/salt/roots/pillar
is strictly for development environments.
-
Download and Install Virtual Box.
-
Download and Install Vagrant version 1.3.0 or greater.
-
Start some servers!
- An all in one PyPI development instance:
vagrant up
- navigate to http://192.168.57.9/pypi
- to hop into the environment:
vagrant ssh
sudo -u devpypi -i
cd src
- An all in one PyPI development instance: