Skip to content

Instantly share code, notes, and snippets.

View kpx-dev's full-sized avatar
🔥
FIRE!

Kien Pham kpx-dev

🔥
FIRE!
View GitHub Profile
@kpx-dev
kpx-dev / gunicorn
Created October 15, 2013 06:08 — forked from xspager/gunicorn
#!/bin/sh
### BEGIN INIT INFO
# Provides: gunicorn
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the gunicorn server
# Description: starts gunicorn using start-stop-daemon
@kpx-dev
kpx-dev / configure.sh
Created August 9, 2012 20:19
Configure parameters for PHP 5.4 on Lion mac os x
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/private/etc \
--with-apxs2=/usr/sbin/apxs \
--enable-cli \
--with-config-file-path=/etc \
--with-libxml-dir=/usr \
--with-openssl=/usr \