Skip to content

Instantly share code, notes, and snippets.

@skryv
Last active December 12, 2015 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skryv/4709358 to your computer and use it in GitHub Desktop.
Save skryv/4709358 to your computer and use it in GitHub Desktop.
Pypi server configuration for supervisord
[program:pypi-server]
command=pypi-server -p 8080 /path/to/pypi-local/packages
environment=PATH="/path/to/pypi-local/env/bin"
directory=/path/to/pypi-local
user=youruseraccount
autostart=true
autorestart=true
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment