The following changes were made on branch panta-master:
- Removed limitation to the number of likes/dislikes
- Disabled anonimization (fixing the bloom filter bug)
Create pipenv:
pyenv install 3.6.1
pipenv install
pipenv shell
Install node modules:
npm install
In development:
python setup.py develop
nano ../isso.ini # Write settings here
./run.sh
In production
python setup.py install
# see in misc/deploy
The rest of this document is the same as on isso master
Isso – Ich schrei sonst – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.
See posativ.org/isso for more details.