[TOOLS][PLUGINS][OAuth2] Add mechanism to allow plugins to have an install script. Add script for generating keys for OAuth

This commit is contained in:
2022-02-26 12:18:40 +00:00
parent 9b86794cda
commit eccf21edef
4 changed files with 31 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ if [ ${DB_EXISTS} -ne 0 ]; then
php bin/console doctrine:schema:create || exit 1
php bin/console app:populate_initial_values || exit 1
./bin/install_plugins.sh
echo "GNU social is installed"
else
echo "GNU social is already installed"