dmesgdb/README.md

15 lines
319 B
Markdown

# dmesgdb
OpenBSD dmesg collection
## Install
```
cd /var/www
git clone https://git.openbsd.org.ru/vasyahacker/dmesgdb.git
chown -R www:www dmesgdb
echo 'include "/var/www/dmesgdb/etc/httpd.conf"' >> /etc/httpd.conf
rcctl enable slowcgi httpd
rcctl set slowcgi flags -p /var/www/dmesgdb
rcctl start slowcgi httpd
```