server/users: add avatar support

This commit is contained in:
rr-
2016-04-09 21:41:10 +02:00
parent 403cfbd679
commit e8aeb11081
13 changed files with 130 additions and 31 deletions

View File

@ -7,12 +7,16 @@ distributions are different, the steps stay roughly the same.
user@host:~$ sudo pacman -S postgres
user@host:~$ sudo pacman -S python
user@host:~$ sudo pacman -S python-pip
user@host:~$ sudo pacman -S ffmpeg
user@host:~$ sudo pacman -S npm
user@host:~$ sudo pip install virtualenv
user@host:~$ python --version
Python 3.5.1
```
The reason `ffmpeg` is used over, say, `ImageMagick` or even `PIL` is because of
Flash and video posts.
### Setting up a database