php - phabricator on redhat's openshift -
i installed phabricator on openshift using quickstart github https://github.com/codeblock/phabricator-openshift-quickstart
i got running fine, have 2 issues:
1.) setup issue says apc.stat enabled , must disabled in /var/lib/openshift/my-user-hash/php/configuration/etc/php.ini
however cannot access sudo command(sudo permission denied), if open normally, didn't find apc.stat settings in php.ini
2.) can't figure out how set local path tracking repositories diffusion. says must give path should read-writable phabricator, tried give persistent storage location ..data/ , gives me exception follows :
unhandled exception ("commandexception") command failed error #1!
command (cd '../data/' && home='/var/lib/openshift/my-user-hash/app-root/runtime/repo/phabricator/support/empty/' git cat-file --batch)
stdout (empty)
stderr sh: line 0: cd: ../data/: no such file or directory
how fix this?
1) according num duong answer, seems u not resolve issue, u should wait openshift php.ini
permissions policy changes. anyway minor non blocking issue.
2) modify config file , re-deploy openshift. available phabricator options here
u need smth this: 'repository.default-local-path' => getenv('openshift_data_dir'),
p.s. anyway there 1 particular issue phabricator on openshift possibly never got resolved: cloning git repositories openshift instances phabricator not work ssh, due permissions regarding ssh configuration.
Comments
Post a Comment