I am following the installation steps: http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html but cannot successfully install Phabricator. Even I checked the steps many times.
I created a folder in / tmp / codereview and in this folder I downloaded the latest code from Github, as shown below:
drwxr-xr-x 8 root root 4096 Oct 31 16:28 arcanist drwxr-xr-x 7 root root 4096 Oct 31 16:28 libphutil drwxr-xr-x 11 root root 4096 Oct 31 17:23 phabricator
I also installed env. as indicated in the manual:
$export PHABRICATOR_ENV=/tmp/codereview/phabricator/conf/my
'my' acutally means 'my.conf.php', I put MySQL information in it. but when I execute the first setup command:
$./phabricator/bin/storage upgrade
I received the following error messages:
PHP Warning: require_once(/tmp/codereview/scripts/__init_script__.php): failed to open stream: No such file or directory in /tmp/codereview/phabricator/bin/storage on line 21 PHP Fatal error: require_once(): Failed opening required '/tmp/codereview/scripts/__init_script__.php' (include_path='.:/usr/share/pear:/usr/share/php') in /tmp/codereview/phabricator/bin/storage on line 21
I think this is from Facebook, and many users download it and use it. so the installation should work, am i missing something important?
If you have successfully installed it, can you help me verify what happened to my steps? if you are using any previous release, what is your number so that I can use your release. Thanks.
source share