Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.67 KB

README.rst

File metadata and controls

56 lines (40 loc) · 1.67 KB

KlupuNG

Klupu Next Generation is OpenAhjo API -compatible implementation for decision material published with KTweb.

Copyright © 2014 Koodilehto Osk

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

COPYING contains a copy of the GNU Affero General Public License.

Dependencies

Recommended tools

Installation

With pip:

pip install -r requirements.txt
python setup.py sdist
pip install dist/klupung-0.1.0.tar.gz

Without pip, install packages listed in requirements.txt manually and then install klupung by running python setup.py install.

Setup and running

See deployment/jkl/README.rst for a real-world deployment example.