Skip to content

Upstart script and instructions to get a permanent devpi daemon up and running

License

Notifications You must be signed in to change notification settings

dwurf/devpi-upstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

devpi-upstart

Upstart script and instructions to get a permanent devpi daemon up and running

Installation

Installation is via pip. See here for more detailed instructions

sudo pip install devpi-server

Add a group for running devpi, we don't want to run as root.

sudo adduser --system --home /var/cache/devpi --shell /bin/false devpi

Now download the upstart script and away you go!

cd /etc/init && sudo curl -O https://raw.githubusercontent.com/dwurf/devpi-upstart/master/devpi.conf
sudo service devpi start
sudo pip install -i http://localhost:3141/root/pypi/+simple/ simplejson

About

Upstart script and instructions to get a permanent devpi daemon up and running

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published