Skip to content

Instantly share code, notes, and snippets.

View jphustman's full-sized avatar
💭
Testing on Prod

Jeremey Hustman jphustman

💭
Testing on Prod
  • Juneau, Alaska
  • 06:58 (UTC -08:00)
View GitHub Profile
@jphustman
jphustman / gist:5516165
Last active December 16, 2015 23:49
Installing Railo 4.0 on CentOS 5.9 x86_64 (with cPanel/WHM)

Step one:

#Run EasyApache within WHM to include required PHP and Apache modules.
#Mod_perl is required for Railo.

Step two:

#Remove yum locks (made by WHM)
vi /etc/yum.conf

#Comment out line 2 starting "exlude="

@jphustman
jphustman / .jshintrc
Last active December 14, 2015 23:19 — forked from haschek/.jshintrc
Updated strict JSHint configuration (no comments allowed in JSON)
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"es3": true,
"forin": true,
"immed": true,
"indent": 4,
"latedef": true,