From 77ea8ec004ef3f8081a669b70bb6267f88948478 Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Apr 17 2021 18:28:33 +0000 Subject: new-forum: treat core/install as a tool It is provided with vBulletin, but should be removed from all production systems. --- diff --git a/salt/profile/vbulletin/README.md b/salt/profile/vbulletin/README.md index 1633e12..03c1da8 100644 --- a/salt/profile/vbulletin/README.md +++ b/salt/profile/vbulletin/README.md @@ -1,9 +1,20 @@ # vBulletin 5 Setup for openSUSE Forums -## Setup tools +Brief setup instructions: + + 1. Prepare the binaries as instructed in [init.sls](init.sls). + 1. ``salt-call state.apply grains`` + 1. ``salt-call state.apply pillar='{"vbulletin":{"tools":"yes"}}'`` + 1. ``cd /srv/www/vhosts/forums/`` + 1. ``(cd htdocs/core/install; sudo -u nginx php -f upgrade.php)`` + 1. `` mysql webforums