Skip to content

Instantly share code, notes, and snippets.

View ant0nioli's full-sized avatar

ant0nioli

View GitHub Profile
@ant0nioli
ant0nioli / phabricator_readme.md
Created February 23, 2017 11:08 — forked from sparrc/phabricator_readme.md
Phabricator Ubuntu Installation Guide

Phabricator Ubuntu Installation Guide

This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.

Install bonus packages:

# apt-get install mercurial subversion python-pygments sendmail imagemagick

Create necessary users and add phd-user to sudoers:

@ant0nioli
ant0nioli / vagrant_lamp_provisioning.sh
Last active October 14, 2015 08:31 — forked from rrosiek/install_mysql.sh
Vagrant provision script for LAMP environment
#! /usr/bin/env bash
# Variables
APPENV=local
DBHOST=localhost
DBNAME=dbname
DBUSER=dbuser
DBPASSWD=dbpass
echo -e "\n--- Mkay, installing now... ---\n"