Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.15 KB

cc.api


🛑 As of 2023-09-27, this project was deprecated by the new CC Legal Tools (cc-legal-tools-app, cc-legal-tools-data).


https://api.creativecommons.org/docs/

ccEngine

This repository is part of the ccEngine: cc-archive/cc.engine.

Installation

To build/install with the current source:

apt-get remove python-setuptools
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

#apt-get install apache2
#cd /var/www
#mkdir api.creativecommons.org

git clone https://github.com/creativecommons/i18n.git
cd i18n
python bootstrap.py
bin/buildout
python setup.py install

apt-get install libxslt-dev python-dev libz-dev
wget https://bootstrap.pypa.io/bootstrap-buildout.py
python bootstrap-buildout.py
bin/buildout

License