add install routine for wisski dependencies

This commit is contained in:
Robert Nasarek 2021-08-23 17:47:53 +02:00 committed by GitHub
parent 0f1e5f6b8c
commit 42432a1d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,6 +251,9 @@ echo -e "${GREEN}Installing WissKI with some modules (you have to activate them
sleep 1
cd $WEBSITENAME
composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski
cd web/modules/contrib/wisski
composer update
cd /var/www/html/$WEBSITENAME
echo -e "${GREEN}Get necessary libraries.${NC}"
sleep 1