Skip to content
Snippets Groups Projects
Commit 944a9e3e authored by Mariano Carballal's avatar Mariano Carballal Committed by NuCivic Devops
Browse files

Change settings from module init

parent ce581362
Branches
No related tags found
No related merge requests found
......@@ -30,8 +30,10 @@ set -e
bash /tmp/dkan-init.sh $DKAN_MODULE $@ --skip-reinstall --branch=$DKAN_BRANCH
ahoy dkan module-link $DKAN_MODULE
ahoy dkan module-make $DKAN_MODULE
chmod +w docroot/sites/default/settings.php
echo '$databases["default"]["default"]["pdo"] = array(PDO::MYSQL_ATTR_LOCAL_INFILE => 1, PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => 1);' >> docroot/sites/default/settings.php
chmod -w docroot/sites/default/settings.php
ahoy dkan reinstall
ahoy drush en $DKAN_MODULE -y
ahoy drush en dkan_datastore_fast_import -y
cp dkan_datastore/modules/dkan_datastore_fast_import/test/features/dkan_datastore_fast_import.feature dkan/test/features/.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment