Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/airtoxin/servermap

Resource monitoring tool for servers.
https://github.com/airtoxin/servermap

Last synced: about 9 hours ago
JSON representation

Resource monitoring tool for servers.

Awesome Lists containing this project

README

        

# ServerMap [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

Resource monitoring tool for servers.

## Developing

### setup

`$ direnv edit .` → type `layout python`

## test

`$ nosetests`

### packaging

#### test

upload: `python setup.py sdist upload -r https://testpypi.python.org/pypi`

install: `pip install --index-url https://testpypi.python.org/simple/ servermap`

#### production

`python setup.py register`
`python setup.py sdist upload`