Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/airtoxin/servermap
- Owner: airtoxin
- Created: 2015-04-09T23:12:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:12:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T08:13:20.790Z (7 months ago)
- Language: JavaScript
- Size: 407 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`