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

Issue #2845837 : Added...

Issue #2845837 : Added [varbase_multilingual_configration.enable_multilingual=true] to [drush site-install varbase] command to work with .travis.yml and build.xml
parent 4045b56d
No related branches found
No related tags found
No related merge requests found
...@@ -87,20 +87,7 @@ before_script: ...@@ -87,20 +87,7 @@ before_script:
- drush runserver --default-server=builtin 8080 &>/dev/null & - drush runserver --default-server=builtin 8080 &>/dev/null &
- sleep 5 - sleep 5
# Install Varbase internationalization.
- drush -y en varbase_internationalization -vvv
# Install default Varbase components, which they will be installed
# when we install varbase.
- drush -y en varbase_core -vvv
- drush -y en varbase_admin -vvv
- drush -y en varbase_seo -vvv
- drush -y en varbase_editor -vvv
- drush -y en varbase_media -vvv
- drush -y en varbase_page -vvv
- drush -y en varbase_landing -vvv
# Install Varbase Development feature. # Install Varbase Development feature.
# Development Environment Modules and Features, make sure to disable this feature in production. # Development Environment Modules and Features, make sure to disable this feature in production.
- drush -y en varbase_development -vvv - drush -y en varbase_development -vvv
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<!-- Installs Varbase and sets it up for development. --> <!-- Installs Varbase and sets it up for development. -->
<target name="install" depends="env"> <target name="install" depends="env">
<!-- Use passthru() when executing drush site-install so that we'll know if errors occur. --> <!-- 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} -vvv" dir="${docroot}" passthru="true" /> <exec command="${drush} site-install varbase --yes --site-name=Varbase4 --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url=${db.url} varbase_multilingual_configration.enable_multilingual=true -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 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.performance js.preprocess 0 --yes --format=boolean" dir="${docroot}" />
<exec command="${drush} config-set system.logging error_level all --yes" dir="${docroot}" /> <exec command="${drush} config-set system.logging error_level all --yes" dir="${docroot}" />
......
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