Changeset View
Changeset View
Standalone View
Standalone View
scripts/install/install_ubuntu.sh
| Show First 20 Lines • Show All 75 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"; | ||||
| echo | echo | ||||
| echo "You can delete any php5-* stuff that's left over in this directory if you want."; | echo "You can delete any php5-* stuff that's left over in this directory if you want."; | ||||