Details
I am able to load up Phabricator entry page. It asks me to run following commands
To update these 4 value(s), run these command(s) from the command line: phabricator/ $ ./bin/config set mysql.host value phabricator/ $ ./bin/config set mysql.port value phabricator/ $ ./bin/config set mysql.user value phabricator/ $ ./bin/config set mysql.pass value
when I run the commands it just displays the help menu...I am not able to proceed...please help. any way i can manually set these parameters
Thanks a lot in advance.
Event Timeline
I have uploaded the screenshots
My file structure
/my/file_structure/phabricator/phabricator/webroot /my/file_structure/phabricator/arcanist/ /my/file_structure/phabricator/libphutil/
When i am running the commands i am at
/my/file_structure/phabricator/phabricator/
I am replacing "value" with actual value.
Displays help.
Thanks a ton.
Was Phabricator installed from our installation guide or another guide (or source) ? What system are you running (os/php)?
First of all thanks for your prompt replies.....i am running oracle enterprise linux with non root privileges. 64 bit.
PHP 5.6.17
php, apache etc. have been installed from tar balls at non standard locations, because of the non root permissions...some other php applications do work.
the server would not allow me to run the git command to download the source as mentioned in the guide....it could not resolve the github web address....
and hence I had to manually download the source from github and place them on the server using winscp.
Thanks again.
Does any command line argument work? For example: ./bin/config list should show you all config variables.
Please find the command i ran an the output i got. it doesn't show all config variables as you said.
from inside ../bin folder:
./config list NAME manage_config.php - manage configuration SYNOPSIS config command [options] Manage Phabricator configuration. WORKFLOWS delete key Delete a local configuration value. get key Get a local configuration value. help [command] Show this help, or workflow help for command. list List all configuration keys. migrate Migrate file-based configuration to more modern storage. set key value Set a local configuration value. Use help command for a detailed command reference. Use --show-standard-options to show additional options.
from inside phabricator folder:
./bin/config list ./bin/config: line 1: ../scripts/setup/manage_config.php: No such file or directory
I've never heard of anyone having similar issues. My guess is something is wrong, mis-compiled, or misconfigured at the PHP / OS level and we're not going to be able to help you figure that one out. In general, our expectation is Phabricator will be installed on a normal computer, and one that a user has normal (admin) rights to.
I did read that Oracle Linux is essentially RHEL, so maybe our install script will provide some additional insight. https://github.com/phacility/phabricator/blob/master/scripts/install/install_rhel-derivs.sh
Or maybe another community member has some other ideas.