Skip to content
Snippets Groups Projects
Commit 3957c461 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add line about package dependencies

parent 10ea2031
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ This is meant to be a simple self-hosted solution for contact forms on static we ...@@ -6,6 +6,8 @@ This is meant to be a simple self-hosted solution for contact forms on static we
## Installation ## Installation
static_contact runs as a systemd-service on a local port. Although it would be possible to expose this directly to the web, it is recommended to run this service behind a a reverse proxy server (like nginx). static_contact runs as a systemd-service on a local port. Although it would be possible to expose this directly to the web, it is recommended to run this service behind a a reverse proxy server (like nginx).
Make sure to have `libssl-dev` and `pkg-config` installed.
Start the service via `sudo systemctl start static_contact` Start the service via `sudo systemctl start static_contact`
## Operation ## Operation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment