forked from GNUsocial/gnu-social
[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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user