We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4f46f commit 176cac3Copy full SHA for 176cac3
.profile
@@ -102,9 +102,11 @@ export CKAN_INI="${HOME}/config/ckan.ini"
102
# ckan config-tool $CKAN_INI -s server:main -e port=${PORT}
103
ckan config-tool $CKAN_INI --section DEFAULT --edit debug=false
104
105
+
106
echo "Setting up the datastore user"
107
DATASTORE_URL=$CKAN_DATASTORE_WRITE_URL DS_RO_USER=$DS_RO_USER DS_RO_PASSWORD=$DS_RO_PASSWORD python3 datastore-usersetup.py
108
109
# Run migrations
110
# paster --plugin=ckan db upgrade -c config/ckan.ini
111
+ckan -c $CKAN_INI db init
112
ckan -c $CKAN_INI db upgrade
0 commit comments