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 bf4a716 commit a240b45Copy full SHA for a240b45
install.sh
@@ -4,7 +4,7 @@ DIR="$DIR/symfony-standard"
4
VENDOR="$DIR/vendor"
5
BUNDLES="$VENDOR/bundles"
6
7
-git clone https://github.com/symfony/symfony-standard.git
+git clone https://github.com/symfony/symfony-standard.git $DIR
8
9
cd $DIR
10
rm -Rf ".git"
@@ -89,6 +89,9 @@ $DIR/app/console assets:install $DIR/web/
89
chmod -R 0777 app/logs
90
chmod -R 0777 app/cache
91
92
+echo "app/cache" >> $DIR/.gitignore
93
+echo "app/logs" >> $DIR/.gitignore
94
+
95
git add .
96
git commit -m "install submodules and web-assets"
97
0 commit comments