freebsd-ports/devel/phabricator/files/pkg-message.in
Michael Gmelin 0698010b19 Update arcanist and libphutil to 20140828, new port for phabricator
Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-09-01 16:56:27 +00:00

22 lines
735 B
Text

To run the phabricator daemons from startup, add phd_enable="YES"
in your /etc/rc.conf. You can control the daemons using
service start
service stop
etc.
Before starting the daemons, please finish configuring your Phabricator
instance. This involves configuring a web server (Apache, NGINX, LightHTTP)
and a database server (MySQL, MariaDB). 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%%/lib/php/phabricator,
so if the documentation refers to ./bin, this means
%%PREFIX%%/lib/php/phabricator/bin,
if it refers to webroot, this means
%%PREFIX%%/lib/php/phabricator/webroot.