19.01.2014

Running Phabricator on uberspace

Phabricator is usually run on root servers, but with a few changes it will run on your uberspace domain just fine.

$ cd /var/www/virtual/$USER/
$ mkdir phabricator
$ cd phabricator
$ git clone git://github.com/facebook/libphutil.git
$ git clone git://github.com/facebook/arcanist.git
$ git clone git://github ...
Weiterlesen ...