Files
qgreper/README.md
David Hoppenbrouwers 4c91206efc Update download link
2022-10-09 18:20:47 +02:00

27 lines
480 B
Markdown

# 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
First clone or [download the latest release](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.tar.gz).
Then setup with:
```
make
./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.