Changeset View
Changeset View
Standalone View
Standalone View
scripts/install/install_rhel-derivs.sh
| Show First 20 Lines • Show All 132 Lines • ▼ Show 20 Lines | |||||
| if [[ ! -e phabricator ]] | if [[ ! -e phabricator ]] | ||||
| then | then | ||||
| git clone git://github.com/facebook/phabricator.git | git clone git://github.com/facebook/phabricator.git | ||||
| else | else | ||||
| (cd phabricator && git pull --rebase) | (cd phabricator && git pull --rebase) | ||||
| fi | fi | ||||
| (cd phabricator && git submodule update --init) | |||||
| echo | echo | ||||
| echo | echo | ||||
| echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':"; | echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':"; | ||||
| echo | echo | ||||
| echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html"; | echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html"; | ||||