Skip to content

Instantly share code, notes, and snippets.

View mznmel's full-sized avatar
🎯
Focusing

Mazen Abdullah mznmel

🎯
Focusing
View GitHub Profile
لقاء غير تقني
========
- Date: 16th Nov 2013
- Time: 9:00 PM
- Place:
- Google Maps: http://goo.gl/maps/0vbw1
محاور اللقاء:
--------
- عشرة أسباب تجعل إنترنت إكسبلورر أفضل متصفح في العالم
@mznmel
mznmel / unicorn
Created September 29, 2013 08:31
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org https://github.com/jaygooby
# based on http://gist.github.com/308216 by https://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@mznmel
mznmel / unicorn
Created May 8, 2012 10:35 — forked from shapeshed/unicorn
Unicorn / Monit setup
#!/bin/sh
set -e
# Example init script, this can be used with nginx, too,
# since nginx and unicorn accept the same signals
# Feel free to change any of the following variables for your app:
TIMEOUT=${TIMEOUT-60}
APP_ROOT=/path/to/your/app/current
PID=$APP_ROOT/tmp/pids/unicorn.pid
ENVIRONMENT=production