Add how to fix permissions
This commit is contained in:
parent
4a9f4491e5
commit
0858d9947e
|
@ -30,3 +30,12 @@ $ source env/bin/activate
|
||||||
Edit `.md` files in the `content/` directory.
|
Edit `.md` files in the `content/` directory.
|
||||||
|
|
||||||
Place all media in the `content/media/` directory. Pelican will automatically find it.
|
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…
Reference in New Issue
Block a user