From 84ed1ecdfd0ef645c25452299fa9869415399631 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 23 Jun 2020 09:37:16 -0400 Subject: Fixing docker install instructions for pictshare. #831 --- RELEASES.md | 2 +- docs/src/administration_install_docker.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 44de088a..643e6aa8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Lemmy v0.7.0 Release (2020-06-22) +# Lemmy v0.7.0 Release (2020-06-23) ## Breaking Change to our image server: Pictshare to Pict-rs migration guide diff --git a/docs/src/administration_install_docker.md b/docs/src/administration_install_docker.md index 236faa6b..05ec8ab3 100644 --- a/docs/src/administration_install_docker.md +++ b/docs/src/administration_install_docker.md @@ -6,10 +6,15 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed. On Ubun # create a folder for the lemmy files. the location doesnt matter, you can put this anywhere you want mkdir /lemmy cd /lemmy + # download default config files 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 + +# Set correct permissions for pictrs folder +mkdir -p volumes/pictrs +sudo chown -R 991:991 volumes/pictrs ``` 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: -- cgit v1.2.3