.htaccess Guide Overview An .htaccess file contains directives that the web server will apply to a collection of resources before a page...
Installing Express Overview Express is a Node.js framework inspired by Sinatra for Ruby: it’s based on minimalism with a penchant for performance....
Installing Ghost Overview Ghost is a gorgeous blogging platform supported on Developer+ accounts on v6+ platforms. Ghost requires terminal access to deploy...
Mail filtering Overview Message filtering is done prior to delivery via maildrop. Each message goes through two levels of filters: (1) global...
Permissions overview Every file is made up of a permission set. These permissions consists of 3 sets of 3 bits for a total...
Running Memcached Overview Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls,...
Running Meteor Overview Meteor is a web framework written on top of Node.js. Meteor hooks into Passenger for seamless process launching and flexible,...
Running MongoDB Overview MongoDB is fast, document-oriented NoSQL server. It’s complementary to key-value cache stores like Redis or Memcached and is suitable when necessary....
Running Node.js Overview Node.js is a performant JavaScript backend built off Chrome’s JavaScript engine (v8). It’s also wicked fast. Node.js and its...
Running Redis Overview Redis is an advanced key-value cache and store, similar to memcached with better performance. It is available on newer...