Skip to content

Commit

Permalink
Merge pull request #8 from TNRIS/bb-dev
Browse files Browse the repository at this point in the history
TWDHv0.5.1 Hotfixes
  • Loading branch information
twdbben authored Jan 12, 2024
2 parents 6944709 + 73d7f76 commit 08dca06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/ckan/plugins/ckan_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"owner": "TNRIS",
"repo": "ckanext-twdh_theme",
"tag": "TWDHv0.5.0.rc2",
"tag": "TWDHv0.5.1.rc1",
"branch": "",
"cmd": [
"pip install -e .",
Expand All @@ -14,7 +14,7 @@
{
"owner": "TNRIS",
"repo": "ckanext-twdh_schema",
"tag": "TWDHv0.5.0.rc1",
"tag": "TWDHv0.5.1.rc1",
"branch": "",
"cmd": ["pip install -e .", "pip install -r requirements.txt"]
},
Expand Down Expand Up @@ -88,7 +88,7 @@
{
"owner": "TNRIS",
"repo": "ckanext-datatablesview_plus",
"tag": "TWDHv0.5.0.rc3",
"tag": "TWDHv0.5.1.rc1",
"branch": "",
"cmd": [
"python setup.py install",
Expand Down
2 changes: 1 addition & 1 deletion docker/ckan/setup/app/start_ckan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
fi

# Set the common uwsgi options
UWSGI_OPTS="--socket /tmp/uwsgi.sock --uid ckan --gid ckan --http :5000 --master --enable-threads --wsgi-file /srv/app/wsgi.py --module wsgi:application --lazy-apps --gevent 2000 -p 2 -L --gevent-early-monkey-patch --vacuum --harakiri 50 --callable application"
UWSGI_OPTS="--socket /tmp/uwsgi.sock --uid ckan --gid ckan --http :5000 --master --enable-threads --wsgi-file /srv/app/wsgi.py --module wsgi:application --lazy-apps --gevent 2000 -p 2 -L --gevent-early-monkey-patch --vacuum --harakiri 50 --callable application --single-interpreter --need-app --disable-logging --log-4xx --log-5xx --log-slow 5000"

# Run the prerun script to init CKAN and create the default admin user
python prerun.py || { echo '[CKAN prerun] FAILED. Exiting...' ; exit 1; }
Expand Down

0 comments on commit 08dca06

Please sign in to comment.