All the Phabricator commands cannot run under server SUSE Enterprise 11 SP4
All the Phabricator commands cannot run under server SUSE Enterprise 11 SP4
Event Timeline
gshe updated the question from to All the Phabricator commands cannot run under server SUSE Enterprise 11 SP4.Nov 10 2016, 4:53 AM2016-11-10 04:53:44 (UTC+0)
Comment Actions
I suspect this is a problem with the way you've installed phabricator.
./bin/config is a symlink; If you're installing in some way other then via git clone, you might get a regular file with a single line, ../scripts/daemon/manage_daemons.php instead, which doesn't work.
Did you copy the files over from a Windows machine instead of using git clone?
Comment Actions
I think the root cause is that in SUSE 11 SP4 cannot run the .php file under the command line.
because in the ./bin/config file , it only a line "../scripts/setup/manage_config.php", i don't know how to fix this issue under SUSE OS.