pypi-salt
pypi-salt copied to clipboard
salt configuration for PyPI infrastructure
pypi-salt
note
data in provisioning/salt/roots/pillar is strictly for development environments.
OSX Setup
-
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 sshsudo -u devpypi -icd src
- An all in one PyPI development instance: