Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 372 Bytes

ika

a anonymous forum

Pre run

use pipenv install

you must set up mysql, and then write a config.py
look at config sample for more details.
then run pipenv run python init.py

how to run

for debug use, just pipenv run python ika.py

otherwise you need gunicorn (or something like that)