We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94c550 commit b7b1444Copy full SHA for b7b1444
README.md
@@ -87,8 +87,8 @@ new="/srv/www/unity-web-1.2.0"
87
mkdir "$new" && cd "$new"
88
git clone "$url" .
89
git submodule update --init --checkout
90
-composer update
91
-cp "$prod/deployment/config/config.ini" ./deployment/config/config.ini
+COMPOSER_ALLOW_SUPERUSER=1 composer --no-dev --no-scripts --no-plugins install
+cp --preserve=all "$prod/deployment/config/config.ini" ./deployment/config/config.ini
92
rsync -a "$prod/deployment/custom_user_mappings/" ./deployment/custom_user_mappings/
93
rsync -a "$prod/deployment/overrides/" ./deployment/overrides/
94
rsync -a "$prod/webroot/assets/footer_logos/" ./footer_logos/
0 commit comments