Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 482 Bytes

web

Web server for Raspberry Pi.

See e7server.toml.sample for configuration sample, and e7server.service.sample for systemd configuration sample.

$ cp e7server.toml.sample /etc/e7server.toml
$ cp e7server.service.sample /etc/systemd/system/e7server.service
$ $EDITOR /etc/systemd/system/e7server.service
$ sudo systemctl enable e7server
$ sudo systemctl start e7server
$ sudo journalctl -u e7server.service