Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 3.01 KB

README.rst

File metadata and controls

66 lines (42 loc) · 3.01 KB

Taijiang.tw (台江內海研究資料集)

Taijiang Research Data Repository is a research data repository for the humanities and areas studies in Taijiang Inland Sea Area, a region in Tainan City in Southern Taiwan.

Prerequirements

Install

With your virtualenv activated:

cd src
git clone https://github.com/taijiang-tw/ckanext-taijiang.git
cd ckanext-taijiang
python setup.py develop
pip install -r requirements.txt

Add the following plugin and the Google Maps API key to your CKAN ini file:

ckan.plugins = ... taijiang_datasets
ckanext.taijiang.gmap.api_key = YOUR_GOOGLE_MAPS_API_KEY

Then restart your server.

License

It is open and licensed under the GNU Affero General Public License (AGPL) v3.0 whose full text may be found at:

http://www.fsf.org/licensing/licenses/agpl-3.0.html