summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-05-15 10:21:37 -0400
committerDessalines <tyhou13@gmx.com>2020-05-15 10:21:37 -0400
commitd2e38b106229360994bb94ac5cb783d9b4707e25 (patch)
tree5515e83dc440c2fa71321c3fd27f7ac1134700d3 /docs
parent155b99b64e9eb82b629a59cbfb763295d8aada35 (diff)
Updating docs to setup lemmy.hjson beforehand.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/administration_install_docker.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/src/administration_install_docker.md b/docs/src/administration_install_docker.md
index 391299b3..236faa6b 100644
--- a/docs/src/administration_install_docker.md
+++ b/docs/src/administration_install_docker.md
@@ -10,12 +10,13 @@ cd /lemmy
wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/docker-compose.yml
wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/lemmy.hjson
wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/iframely.config.local.js
-docker-compose up -d
```
-After this, have a look at the [config file](administration_configuration.md) named `lemmy.hjson`, and adjust it, in particular the hostname.
+After this, have a look at the [config file](administration_configuration.md) named `lemmy.hjson`, and adjust it, in particular the hostname, and possibly the db password. Then run:
+
+`docker-compose up -d`
-To make Lemmy available outside the server, you need to setup a reverse proxy, like Nginx. [A sample nginx config](/ansible/templates/nginx.conf), could be setup with:
+To make Lemmy available outside the server, you need to setup a reverse proxy, like Nginx. [A sample nginx config](https://raw.githubusercontent.com/dessalines/lemmy/master/ansible/templates/nginx.conf), could be setup with:
```bash
wget https://raw.githubusercontent.com/dessalines/lemmy/master/ansible/templates/nginx.conf