Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leifwalsh/restat
shop health
https://github.com/leifwalsh/restat
Last synced: 7 days ago
JSON representation
shop health
- Host: GitHub
- URL: https://github.com/leifwalsh/restat
- Owner: leifwalsh
- License: bsd-3-clause
- Created: 2010-08-22T01:40:35.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2010-09-01T19:29:37.000Z (about 14 years ago)
- Last Synced: 2024-04-23T14:10:45.603Z (7 months ago)
- Language: JavaScript
- Homepage: http://localhost/restat (:P)
- Size: 652 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
Awesome Lists containing this project
README
Restat
======Monitors status of a github-enabled shop.
USAGE
-----First, you'll need to know your github username and token (only important for
private repos, but I don't differentiate). You can find the token at
[github.com/account](https://github.com/account) under "API Token".Then, check your dependencies, expand the CGI script, and install it, by
running:make GHUSER= GHTOKEN=
If this tells you to install things, install them. You'll likely need root in
order to install things to your `cgi-bin` directoryOtherwise, if everything works as planned, and your webserver can run CGI
scripts, you'll be fine. Just serve this directory from your webserver, and
load `index.html` in your browser.Optionally, provide `CGIBIN=` to change where the CGI
script is placed. Just make sure your webserver will run perl scripts in that
directory.TODO
----* multiple repos
* push updates
* better (smaller) ui
* figure out basic auth correctly so we don't dep on curlBUGS
----Plenty, I'm sure.
AUTHORS
-------* Leif Walsh (adlaiff6)
COPYING
-------BSD 3-clause