Sets proper config options when running CKAN on Heroku
Project description
ckanext-heroku
Requirements
For example, you might want to mention here which versions of CKAN this extension works with.
Installation
To install ckanext-heroku:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-heroku Python package into your virtual environment:
pip install ckanext-heroku
Add heroku to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Config Settings
Document any optional config settings here. For example:
# The minimum number of hours to wait before re-checking a resource # (optional, default: 24). ckanext.heroku.some_setting = some_default_value
Development Installation
To install ckanext-heroku for development, activate your CKAN virtualenv and do:
git clone https://github.com/nerevu/ckanext-heroku.git cd ckanext-heroku python setup.py develop pip install -r dev-requirements.txt
Running the Tests
To run the tests, do:
nosetests --nologcapture --with-pylons=test.ini
To run the tests and produce a coverage report, first make sure you have coverage installed in your virtualenv (pip install coverage) then run:
nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.heroku --cover-inclusive --cover-erase --cover-tests
Registering ckanext-heroku on PyPI
ckanext-heroku should be availabe on PyPI as https://pypi.python.org/pypi/ckanext-heroku. If that link doesn’t work, then you can register the project on PyPI for the first time by following these steps:
Create a source distribution of the project:
python setup.py sdist
Register the project:
python setup.py register
Upload the source distribution to PyPI:
python setup.py sdist upload
Tag the first release of the project on GitHub with the version number from the setup.py file. For example if the version number in setup.py is 0.0.1 then do:
git tag 0.0.1 git push --tags
Releasing a New Version of ckanext-heroku
ckanext-heroku is available on PyPI as https://pypi.python.org/pypi/ckanext-heroku. To publish a new version to PyPI follow these steps:
Update the version number in the setup.py file. See PEP 440 for how to choose version numbers.
Create a source distribution of the new version:
python setup.py sdist
Upload the source distribution to PyPI:
python setup.py sdist upload
Tag the new release of the project on GitHub with the version number from the setup.py file. For example if the version number in setup.py is 0.0.2 then do:
git tag 0.0.2 git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ckanext-heroku-0.5.1.tar.gz
.
File metadata
- Download URL: ckanext-heroku-0.5.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bec2da14dd65dce8382b4f2cc75d7338f3217202b6efffcd490f95bd926a9736 |
|
MD5 | 98b80a1bd36f91db02a119639d1087ac |
|
BLAKE2b-256 | 006f4b87514d0048568da722804780c19fa268a4ebf0d7eace5e38a03677c622 |
File details
Details for the file ckanext_heroku-0.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: ckanext_heroku-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2efba22059f176694bce56fdcb818730a077b5504ee07959efb2a4cb3233279c |
|
MD5 | 471c1fc13d7b68c0fc2ab5ccb276a6a8 |
|
BLAKE2b-256 | e6784080f1c82022e36f424a72dbc3b46876c5f327324aa6918cd2d4ac65d100 |