Close

Phabricator on raspberry pi

Back to overview

how to setup Phabricator on a raspberry pi 3B+ with a RAID on usb sticks to store the data somewhere else than on the SD card

Discussions

Vincent Mercier wrote 11/07/2020 at 21:32 point

There is no step here to show how the Phabricator's daemons could be launched at boot up instead of launching them manually. The easy way I found is to sdd this line on the rpi's /etc/rc.local:

sudo /var/www/phabFolder/phabricator/bin/phd start

  Are you sure? yes | no

Nathann wrote 11/10/2020 at 08:04 point

i personnally just added a cron with

@reboot php /var/www/phabricator/bin/phd start

i should update this install process i improved tid and bits.

  Are you sure? yes | no

Vincent Mercier wrote 10/30/2020 at 18:07 point

The phabricator.conf file has an error, the first line should be read as

"<virtualhost *:80>"

  Are you sure? yes | no

Nathann wrote 03/11/2021 at 14:53 point

i fixed it. thank

  Are you sure? yes | no