CentOS/RHEL init script for uWSGI
- By Jeff
- 31 October, 2011
- 3 Comments
I created this as part of the uWSGI package that I’m publishing later this week, but I thought this might also be useful to people not using the package, so here’s a separate post! Hopefully it saves somebody some work. This script, inspired by many scripts before it for Mongrel and other app servers, looks through /etc/uwsgi and launches an instance for each .ini/.json/.xml/.yaml/.yml file it finds. It expects the directories /var/log/uwsgi and /var/run/uwsgi to exist. You can find the script on my GitHub page for the RPM: https://github.com/jgoldschrafe/rpm-uwsgi/blob/master/SOURCES/uwsgi.init
FHS-compliant Graphite packages for RHEL/CentOS 6
Well, it took me a number of hours of beating on it, but I wrestled Graphite into being FHS-compliant and packaged it up on the holyhandgrenade-testing repo. They’re largely untested and a bit rougher around the edges than I’d like, but they seem to work. The current version in the repo is 0.9.7c, as it was much easier to rip apart the version I was already using. I’m hoping to have the latest 0.9.9 version up soon. Update: The packages in the holyhandgrenade-testing repo are now up to date with version 0.9.9. As with my other packages, you can track changes … Continue Reading →
Introducing the holyhandgrenade yum repo
- By Jeff
- 5 October, 2011
- No Comments
You’ve probably figured out by now that I’m completely insane. I typically don’t let this leak out and affect other people, but it seems that a chunk of my home lab has found its way onto the Internet. As a result, now I have a yum repo. It’s just for RHEL6 and derivatives right now, and only on x86_64 (is anyone still using i386?), but I’ll probably start cross-compiling for CentOS 5 if anyone has a need. Right now, the holyhandgrenade repo contains Ruby Enterprise Edition (existing packages on the Internet don’t build for RHEL6) and all Rubygem prerequisites for … Continue Reading →
Copyright © 2013