Files
qgreper/README.md
David Hoppenbrouwers 61ad1e2716 Typoed security email
2022-10-11 01:12:37 +02:00

40 lines
895 B
Markdown

# Agreper - minimal, no-JS forum software
**For security issues, please send a mail to agreper+security@demindiro.com**
![Hello world!](https://static.agreper.com/hello_world.png)
Agreper is a forum board with a focus on being easy to set up and manage.
## 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](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.1.tar.gz).
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.
## Screenshots
![Index](https://static.agreper.com/index.png)
![Forum](https://static.agreper.com/forum.png)
![Admin panel](https://static.agreper.com/admin_panel.png)