groff-web/README.md
tavo-wasd f5800813bd typo
2023-11-13 17:21:21 -06:00

21 lines
612 B
Markdown

# groff-web
## Description
Minimal groff web frontend
## Installation
```shell
apt install -y groff-base grap nginx php-fpm
wget "https://gitlab.com/tavo-wasd/groff-web/-/archive/main/groff-web-main.tar.gz"
tar -xvf groff-web-main.tar.gz
cp -r groff-web-main/public /var/www/groff-web
chown -R www-data:www-data /var/www/groff-web
cp groff-web-main/nginx.conf /etc/nginx/sites-available/groff-web.conf
sed -i 's/groff.example.org/MY.DOMAIN.COM/' /etc/nginx/sites-available/groff-web.conf
ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled
systemctl reload nginx
```
## License
GPL v3.0