Skip to content
Snippets Groups Projects
Commit 827504d6 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3217858: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing

parent 66ef6865
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,6 @@ commands:
composer clear
cd /var/www/html/varbase
composer install --no-interaction -vvv
mv /var/www/html/varbase-profile /var/www/html/varbase/docroot/profiles/varbase
sudo chmod 777 -R /var/www/html/varbase
## Update PATH to point at the composer bin in the project.
- run:
......@@ -161,6 +159,8 @@ commands:
name: Install Varbase with drush
no_output_timeout: 30m
command: |
mv /var/www/html/varbase-profile /var/www/html/varbase/docroot/profiles/varbase
sudo chmod 777 -R /var/www/html/varbase
cd /var/www/html/varbase/docroot/
drush site-install varbase --yes --site-name='Varbase Test' --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url="mysql://user:passw0rd@127.0.0.1/test_varbase" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider_media=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_landing=true varbase_extra_components.varbase_auth=true
drush pm-enable varbase_development --yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment