8b2e02e42d7350c8b0d772d0b42e63586aecfa64
Agreper - minimal, no-JS forum software
Agreper is a forum board with a focus on being easy to set up and manage.
Features
Install & running
Linux
Ensure you have the necessary packages, e.g. for Debian:
apt install git make sqlite3 python3-venv python3-pip
First clone or download the latest release.
Then setup with:
./init_sqlite.sh forum.db
Lastly, run with:
./run_sqlite.sh forum.db forum.pid
You will need a proxy such as nginx to access the forum on the public internet.
Description
Languages
Python
63.2%
HTML
25.3%
Shell
6.3%
CSS
4.2%
Dockerfile
1%