Skip to content

Instantly share code, notes, and snippets.

View trustfarm-dev's full-sized avatar

Trustfarm-heart trustfarm-dev

  • TRUSTFARM COMPANY
  • PostZip: (13466) 301, MarkcityBlue BLDG. Unjungro 124, Bundnaggu, Seongnamsi, GG, Korea
View GitHub Profile
@trustfarm-dev
trustfarm-dev / phabricator_readme.md
Created October 10, 2022 13:56 — 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:

@trustfarm-dev
trustfarm-dev / phabbackup.sh
Last active May 6, 2023 11:39 — forked from jamchamb/phabbackup.sh
Phabricator automatic backup script
#!/bin/bash
# Backup Phabricator database, storage engine, and config files
# NOTE: This script is to be run by cron. See /etc/cron.d/phabricator
# Don't use unset variables
set -u
# Exit if any commands fail (unless they begin a pipe, etc.)
set -e
# Output an error message and set the errors flag