Introduction
isso is a python developed, self-hosted comment system, it can help you manage the comments and send email to notify you on the new comments.
the source code of the isso is host on github.
How to
- here is the official tutorial here
- this article is my details to install the isso from source code.
Install from source
- install sqlite3(make sure your version is larger than 3.3.8).
- install nodejs and npm, bower.
- install the python isso module in a virtual env.
- compile the source js for your client end.
here is installation passed from the python2.7 version, node 0.10.41, npm 1.3.10.
1. install the sqlite3, python2.7, and virtual env.
2. install the isso from source
3. compile the js file
4. run and test