diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-08-15 13:48:59 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-08-15 13:48:59 -0400 |
| commit | 22b145ff8f12c6381a9c75eb6f7af92e6c805686 (patch) | |
| tree | 9c2d2bd961aff5c498dc709cd0db7fb567c66084 /peertube.html | |
| parent | 5323e10feb193d120bdbbeb219ddb8a2b84bbb62 (diff) | |
tweaks to mainpage and others
Diffstat (limited to 'peertube.html')
| -rw-r--r-- | peertube.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/peertube.html b/peertube.html index d0f7aab..7939636 100644 --- a/peertube.html +++ b/peertube.html @@ -50,7 +50,7 @@ apt install -y nodejs npm install --global yarn</code></pre> - <p>In addition to these dependencies, it's recommended to create a dedicated PeerTube user to install and manage PeerTube.</p> + <p>Now we create a PeerTube user to run and handle PeerTube with the proper permissions:</p> <pre><code>useradd -m -d /var/www/peertube -s /bin/bash -p peertube peertube</code></pre> @@ -58,7 +58,7 @@ npm install --global yarn</code></pre> <p>PeerTube requires a PostgreSQL database to function. To create it, first make a new Postgres user named PeerTube:</p> - <pre><code>su postgres + <pre><code>su -l postgres createuser -P peertube createdb -O peertube -E UTF8 -T template0 peertube_prod psql -c "CREATE EXTENSION pg_trgm;" peertube_prod |
