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 95f16e8 commit 7d9c0a9Copy full SHA for 7d9c0a9
update_demoweb.sh
@@ -30,3 +30,7 @@ mysql $MYSQLOPTS "$DBNAME" < domjudge_demo.sql
30
31
# Reset apache alias to correct state
32
sed -i 's|Alias /domjudge|Alias /demoweb|g' etc/apache.conf
33
+
34
+# Warmup the cache for our first visitor
35
+./webapp/bin/console cache:clear
36
+./webapp/bin/console cache:warmup
0 commit comments