Last active
August 29, 2015 14:00
-
-
Save jamesonjlee/11273143 to your computer and use it in GitHub Desktop.
sample local proxy of pypi using devpi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "local proxy of pypi" | |
# | |
# https://pypi.python.org/pypi/dev-pi | |
# | |
start on (local-filesystems and runlevel [2345]) | |
stop on runlevel [016] | |
setuid ubuntu | |
setgid ubuntu | |
exec /home/ubuntu/local-pypi/bin/devpi-server --serverdir /home/ubuntu/local-pypi/server --host 127.0.0.1 --port 7974 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment