We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc04de8 commit 8323f2dCopy full SHA for 8323f2d
1 file changed
justfile
@@ -18,6 +18,7 @@ init: start
18
{{MARIADB-RUN}} mariadb-admin -uroot -hmariadb --skip-ssl drop flarum --force || true
19
{{MARIADB-RUN}} mariadb-admin -uroot -hmariadb --skip-ssl create flarum
20
{{PHP-DB-RUN}} php flarum install -f docker/install.yml
21
+ {{PHP-DB-RUN}} php -r '$c = include "config.php"; $c["flarum_announcements.disabled"] = true; file_put_contents("config.php", "<?php return " . var_export($c, true) . ";");'
22
{{PHP-DB-RUN}} php flarum app:enable-extensions
23
{{PHP-DB-RUN}} php flarum migrate
24
{{PHP-DB-RUN}} php flarum assets:publish
0 commit comments