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 1d10d6e commit c438cc1Copy full SHA for c438cc1
init_benchmark.sh
@@ -10,19 +10,19 @@ function clearCacheAndLogs() {
10
[ "$?" != "0" ] && exit 1
11
sudo /bin/chmod -R 777 var/log
12
13
-
14
- php bin/console cache:warmup
15
}
16
17
function init() {
18
export APP_ENV='prod'
19
+ sudo /bin/rm -rf vendor/
20
clearCacheAndLogs
21
22
composer install --no-dev --classmap-authoritative
23
24
25
+ php bin/console cache:warmup
26
27
return 0
28
0 commit comments