Skip to content

Instantly share code, notes, and snippets.

@BarronKane
BarronKane / bootstrap.sh
Created February 18, 2016 15:54 — forked from d5/bootstrap.sh
#!/bin/sh
info() { echo "INFO: $1"; }
die() { echo "ERROR: $1. Aborting!"; exit 1; }
SRC_ROOT=/usr/local/src
SRC_DIR=$SRC_ROOT/{{ proj_name }}
STATIC_DIR=/usr/share/nginx/html
# stop node apps if they're running