Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dkan_datastore
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
dkan_datastore
Commits
944a9e3e
Commit
944a9e3e
authored
9 years ago
by
Mariano Carballal
Committed by
NuCivic Devops
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change settings from module init
parent
ce581362
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dkan-module-init.sh
+3
-1
3 additions, 1 deletion
dkan-module-init.sh
with
3 additions
and
1 deletion
dkan-module-init.sh
+
3
−
1
View file @
944a9e3e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment