From 0858d9947e83ce96e62e35a651795afdc90301a9 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 25 Mar 2023 21:30:26 -0600 Subject: [PATCH] Add how to fix permissions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9dddbc9..de279c5 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,12 @@ $ source env/bin/activate Edit `.md` files in the `content/` directory. Place all media in the `content/media/` directory. Pelican will automatically find it. + +## Permissions + +To fix permissions on the server: + +``` +$ sudo chown -R root:solarpunks /var/www/solarpunkcity +$ sudo chmod -R g+rw /var/www/solarpunkcity +```