Skip to content

Commit

Permalink
Added "-b 65535" to UWSGI_OPTS; Updated tag on ckanext-twdh_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Nov 7, 2023
1 parent f63feff commit 8b00e95
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 @@ -15,7 +15,7 @@
"owner": "TNRIS",
"repo": "ckanext-twdh_schema",
"tag": "",
"branch": "bb-dev-scheming-3.0",
"branch": "bb-dev",
"cmd": ["pip install -e .", "pip install -r requirements.txt"]
},
{
Expand Down Expand Up @@ -127,8 +127,8 @@
{
"owner": "TNRIS",
"repo": "ckanext-check-link",
"tag": "TWDHv0.4.0.rc1",
"branch": "",
"tag": "",
"branch": "bb-dev",
"cmd": ["python setup.py install", "pip install -r dev-requirements.txt"]
},
{
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="-b 65535 --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"

# 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 8b00e95

Please sign in to comment.