73
edits
m (DRW moved page CKAN administration to CKAN Administration without leaving a redirect) |
(Add details about activating the paster virtual env and managing background workers) |
||
Line 27: | Line 27: | ||
=== Managing the CKAN server === | === Managing the CKAN server === | ||
* To restart the Express Loader: <code>> sudo supervisorctl restart ckan-worker:*</code> | * To restart the Express Loader: <code>> sudo supervisorctl restart ckan-worker:*</code> | ||
* To edit the background worker configuration (including increasing the number of background workers), edit the config file: | |||
<code>> vi /etc/supervisor/conf.d/supervisor-ckan-worker.conf</code> | |||
and then restart the workers: | |||
<code>> sudo supervisorctl restart ckan-worker:*</code> | |||
* Activate the virtual environment that lets you run <code>paster</code> commands: <code>> . /usr/lib/ckan/default/bin/activate</code> | |||
=== Adding/changing departments of publishers === | === Adding/changing departments of publishers === |