summaryrefslogtreecommitdiff
path: root/devel/phabricator/MESSAGE
blob: e4353ec1f2ce6a92e1f9091bca3b5350264dda2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$NetBSD: MESSAGE,v 1.1 2016/03/04 10:56:17 youri Exp $

To run the phabricator daemons from startup, add phd=yes
in your /etc/rc.conf.

Before starting the daemons, please finish configuring your Phabricator
instance. This involves configuring a web server (Apache, NGINX, LightHTTP)
and a database server (MySQL). You can find detailed instructions
on how to finish your setup at:

https://secure.phabricator.com/book/phabricator/article/configuration_guide/

Please note that all files are located in ${PREFIX}/share/phabricator,
so if the documentation refers to ./bin, this means

  ${PREFIX}/share/phabricator/bin,

if it refers to webroot, this means

  ${PREFIX}/share/phabricator/webroot.

When updating phabricator, run

  ${PREFIX}/share/phabricator/bin/storage upgrade

===========================================================================