Add how to fix permissions

master
Tanner Collin 1 year ago
parent 4a9f4491e5
commit 0858d9947e
  1. 9
      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
```

Loading…
Cancel
Save