Skip to content

Instantly share code, notes, and snippets.

@jfroche
Last active January 4, 2016 02:39
Show Gist options
  • Save jfroche/8556260 to your computer and use it in GitHub Desktop.
Save jfroche/8556260 to your computer and use it in GitHub Desktop.
devpi buildout imio
git clone git@github.com:fschulze/devpi-buildout.git
cd devpi-buildout
virtualenv .
bin/python bootstrap.py
bin/buildout
bin/devpid
bin/devpictl status
sudo netstat -pantu|grep 8141
bin/devpi use http://localhost:8141
bin/devpi login imio --password=imio
bin/devpi index -c imio
bin/devpi use imio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment