Comments on: How to Install Phabricator on Ubuntu 16.04 https://www.rosehosting.com/blog/how-to-install-phabricator-on-ubuntu-16-04/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:34:53 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: admin https://www.rosehosting.com/blog/how-to-install-phabricator-on-ubuntu-16-04/#comment-48100 Sat, 15 Feb 2020 08:12:50 +0000 https://www.rosehosting.com/blog/?p=27233#comment-48100 In reply to eppursimuove.

You need to create a symlink to enable the virtual host:
ln -s /etc/apache2/sites-available/phabricator.conf /etc/apache2/sites-enabled/phabricator.conf

]]>
By: eppursimuove https://www.rosehosting.com/blog/how-to-install-phabricator-on-ubuntu-16-04/#comment-48099 Fri, 14 Feb 2020 19:33:08 +0000 https://www.rosehosting.com/blog/?p=27233#comment-48099 After i finished proccess there is just simple Apache2 Ubuntu Default Page. I can’t reach Phabricator app. Any solution?

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-phabricator-on-ubuntu-16-04/#comment-48098 Fri, 14 Feb 2020 13:28:04 +0000 https://www.rosehosting.com/blog/?p=27233#comment-48098 In reply to EPPURSIMUOVE.

Please do a proper clone from Github:
sudo git clone https://github.com/phacility/libphutil.git
sudo git clone https://github.com/phacility/arcanist.git
sudo git clone https://github.com/phacility/phabricator.git

]]>
By: EPPURSIMUOVE https://www.rosehosting.com/blog/how-to-install-phabricator-on-ubuntu-16-04/#comment-48093 Fri, 14 Feb 2020 12:52:05 +0000 https://www.rosehosting.com/blog/?p=27233#comment-48093 When i use “sudo ./bin/config set mysql.host localhost” command there was a error:

“FATAL ERROR: Unable to load the “Arcanist” library. Put “arcanist/” next to “phabricator/” on disk.”

ANY SOLUTION?

]]>