add install routine for wisski dependencies
This commit is contained in:
parent
0f1e5f6b8c
commit
42432a1d94
1 changed files with 3 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ echo -e "${GREEN}Installing WissKI with some modules (you have to activate them
|
||||||
sleep 1
|
sleep 1
|
||||||
cd $WEBSITENAME
|
cd $WEBSITENAME
|
||||||
composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski
|
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}"
|
echo -e "${GREEN}Get necessary libraries.${NC}"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue