https://github.com/melkor217/statsite-debian
Debian packaging for statsite
https://github.com/melkor217/statsite-debian
stats statsd statsite
Last synced: 22 days ago
JSON representation
Debian packaging for statsite
- Host: GitHub
- URL: https://github.com/melkor217/statsite-debian
- Owner: melkor217
- License: other
- Created: 2014-04-28T05:41:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T23:59:44.000Z (over 9 years ago)
- Last Synced: 2023-09-07T20:08:46.768Z (almost 3 years ago)
- Topics: stats, statsd, statsite
- Language: Shell
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
Awesome Lists containing this project
README
statsite-debian
===============
Debian packaging for statsite
How-to
```bash
$ git clone https://github.com/armon/statsite.git statsite # Get upstream app
$ rm -rf statsite/.git # Remove VCS files
$ tar zcf statsite_0.8.0.orig.tar.gz statsite/ # Create source archive
$ git clone https://github.com/tantra35/statsite-debian.git statsite/debian
$ cd statsite
$ debuild -us -uc # Build it. A couple of build dependencies must be installed via apt or something
$ sudo dpkg -i ../statsite_0.8.0-1_amd64.deb # Enjoy!
```