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

Issue #2832907: Updated [Varbase 8.x-4.x] profile: Fixed the issue of [drush...

Issue #2832907: Updated [Varbase 8.x-4.x] profile: Fixed the issue of [drush site-install] by enabling - entity module in the varbase profile, and Updated the composer to drush ^9.0 and
parent ce6d8257
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
<!-- Installs Varbase and sets it up for development. -->
<target name="install" depends="env">
<!-- Use passthru() when executing drush site-install so that we'll know if errors occur. -->
<exec command="${drush} site-install varbase --yes --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url=${db.url}" dir="${docroot}" passthru="true" />
<exec command="${drush} site-install varbase --yes --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url=${db.url} -vvv" dir="${docroot}" passthru="true" />
<exec command="${drush} config-set system.performance css.preprocess 0 --yes --format=boolean" dir="${docroot}" />
<exec command="${drush} config-set system.performance js.preprocess 0 --yes --format=boolean" dir="${docroot}" />
<exec command="${drush} config-set system.logging error_level all --yes" dir="${docroot}" />
......
......@@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drush/drush": "^8.0",
"drush/drush": "^9.0",
"drupal/drupal-extension": "^3.2",
"drupal-composer/drupal-scaffold": "^2.0.0",
"jakoch/phantomjs-installer": "1.9.8",
......
......@@ -51,6 +51,7 @@ dependencies:
- outside_in
# contrib modules
- entity
- libraries
- config_update
- ctools
......
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