Skip to content

Commit

Permalink
consistent line wrapping style for README source
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 18, 2021
1 parent b9c3720 commit bf6dbd6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ See the overview of the project at https://attestation.app/about.

This is an generic guide on setting up the attestation server.

You need to set up nginx using the nginx configuration in the nginx directory
in this repository. You'll need to adjust it based on your domain name. The
sample configuration relies on certbot and certbot-ocsp-fetcher. Setting up the
web server is out-of-scope for this guide.

Install a headless Java runtime environment. The package name on Debian-based
distributions is `default-jre-headless`. Install `sqlite3` in order to set up
the email configuration for the database.
You need to set up nginx using the nginx configuration in the nginx directory in this repository.
You'll need to adjust it based on your domain name. The sample configuration relies on certbot and
certbot-ocsp-fetcher. Setting up the web server is out-of-scope for this guide.

Install a headless Java runtime environment. The package name on Debian-based distributions is
`default-jre-headless`. Install `sqlite3` in order to set up the email configuration for the
database.

As root, on the server:

Expand Down

0 comments on commit bf6dbd6

Please sign in to comment.