1. Home
  2. Guides

Guides

  • 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...
  • Permissions overview

    Every file is made up of a permission set. These permissions consists of 3 sets of 3 bits for a total...
  • Installing Ghost

    Overview Ghost is a gorgeous blogging platform supported on Developer+ accounts on v6+ platforms. Ghost requires terminal access to deploy...
  • Installing Express

    Overview Express is a Node.js framework inspired by Sinatra for Ruby: it’s based on minimalism with a penchant for performance....
  • Running Redis

    Overview Redis is an advanced key-value cache and store, similar to memcached with better performance. It is available on newer...
  • 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....
  • .htaccess Guide

    Overview An .htaccess file contains directives that the web server will apply to a collection of resources before a page...
  • Scripting with Beacon

    Beacon is a scripting companion to apnscp that provides a simple interface to interacting with more than 2,000 commands exposed in apnscp....
  • 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,...