Skip to content

colindembovsky/isso-mysql

 
 

Repository files navigation

Isso - with MySQL

This is a fork of Martin Zimmermann's great Isso repo.

All I did was add MySQL support!

Note: I have not tested this thoroughly - just enough to get it to work reasonably for my needs. I turn voting off, so I have not fully tested voting features with MySQL.

MySQL Config

This version of Isso assumes that a MySQL database exists, so you need to create it before starting Isso.

Simply add the following section to the isso.cfg file to change the data layer to use MySQL:

# specify this section if you want to use mysql
# you can also set these as environment variables:
# - MYSQL_HOST
# - MYSQL_DB
# - MYSQL_USERNAME
# - MYSQL_PASSWORD
# env vars take preference

[mysql]
# mysql host
host = mysql
# mysql database name
db = comments
# mysql username
username = isso
# mysql password
password = SomeL0ngP@ssw0rd

About

A Fork of Isso - with MySQL support!

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.4%
  • JavaScript 26.9%
  • HTML 3.5%
  • CSS 2.9%
  • Makefile 0.6%
  • Shell 0.4%
  • Dockerfile 0.3%