The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| // Generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %> <%= pkg.version %> | |
| 'use strict'; | |
| var moment = require('moment'); | |
| var LIVERELOAD_PORT = 35729; | |
| var lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT}); | |
| var mountFolder = function (connect, dir) { | |
| return connect.static(require('path').resolve(dir)); | |
| }; |
| express = require "express" | |
| sys = require "sys" | |
| util = require "util" | |
| oauth = require "oauth" | |
| fs = require "fs" | |
| app = module.exports = express.createServer() | |
| app.configure('development', () -> | |
| app.use(express.errorHandler({ dumpExceptions: true, showStack: true })) |