Navigation Menu

Skip to content

vortec/repi-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RePi

RePi manages your virtual environments, whether they're are all on the same machine or not. You can remotely list installed PyPi packages or install new ones. RePi does not, unlike Chef or Puppet, require a SSH connection. All you need is a Redis server your machines can connect to. If you want to go crazy, you can also use the nightly Redis build which supports clustering. RePi will still work.

repi-server

This module gives you a small web interface which establishes a Websocket connection and lets you list PyPi packages or install new ones. To connect your virtual environments, you need to install and run repi-client in each of them.

Installation

repi-server requires a running Redis server. See Redis' quickstart for installation instructions. repi-server is compatible with Redis clusters (which is an experimental feature at this point).

$ pip install repi-server

or from source:

$ python setup.py install

Getting started

After installation, you can run the 'repi-server' script.

$ repi-server

Now you can point your browser towards http://localhost:8888/ .

To connect to a Redis host different from 'localhost' or change the HTTP port, you can see a list of all the available options by running:

$ repi-server -h

About

RePi server, a Redis PubSub interface for PyPi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages