]> Untitled Git - lemmy.git/commitdiff
Updating docs to setup lemmy.hjson beforehand.
authorDessalines <tyhou13@gmx.com>
Fri, 15 May 2020 14:21:37 +0000 (10:21 -0400)
committerDessalines <tyhou13@gmx.com>
Fri, 15 May 2020 14:21:37 +0000 (10:21 -0400)
docs/src/administration_install_docker.md

index 391299b3d8a799b2d6d5d5a5588f27fb7a0d593f..236faa6bde895a83d6193e09029fa59e2dc4d04c 100644 (file)
@@ -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