Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/server-utils
Just some server utilities
https://github.com/anze3db/server-utils
Last synced: 7 days ago
JSON representation
Just some server utilities
- Host: GitHub
- URL: https://github.com/anze3db/server-utils
- Owner: anze3db
- Created: 2013-04-18T22:01:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T00:39:28.000Z (over 11 years ago)
- Last Synced: 2024-11-01T04:42:37.345Z (about 2 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test if server stuff is working
##Ubuntu
Get dependencies:
pip install -r requirements.txt
Run test:
./check.py
##ArchLinux
Get dependencies:
sudo pacman -S python2-requests
Run test:
python2 check.py