Install the following package using your OS package manager
python-dev postgresql libpq-dev python-pip python-virtualenv git-core libgeos-dev
In your home directory, create a folder for ndm
mkdir stcndm
cd stcndm
Create a python virtual environment
mkdir venv
sudo mkdir /usr/lib/ckan
virtualenv --no-site-packages venv
sudo ln -s ~/stcndm/venv /usr/lib/ckan/stcndm
. /usr/lib/ckan/stcndm/bin/activate
Clone CKAN and ckanapi and checkout version 2.4-ndm of ckan
- https://github.com/open-data/ckan.git
- https://github.com/ckan/ckanapi.git
git clone https://github.com/open-data/ckan.git
git clone https://github.com/ckan/ckanapi.git
cd ckan
git checkout release-v2.4-ndm
cd ..
Fork the following repos and clone them
- https://github.com/open-data/ckanext-scheming.git
- https://github.com/open-data/ckanext-fluent.git
- https://github.com/open-data/ckanext-repeating.git
- https://github.com/open-data/ckanext-wet-boew.git
- https://github.com/open-data/ckanext-stcndm.git
- https://github.com/open-data/ckanext-autodoc.git
- https://github.com/open-data/ckanext-history.git
git clone https://github.com/[Your_Fork]/ckanext-scheming.git
git clone https://github.com/[Your_Fork]/ckanext-fluent.git
git clone https://github.com/[Your_Fork]/ckanext-repeating.git
git clone https://github.com/[Your_Fork]/ckanext-wet-boew.git
git clone https://github.com/[Your_Fork]/ckanext-stcndm.git
git clone https://github.com/[Your_Fork]/ckanext-autodoc.git
git clone https://github.com/[Your_Fork]/ckanext-history.git
Use the wet4-scheming