Move caching to memcached

This commit is contained in:
2020-02-07 09:06:02 +00:00
parent 28e79b9362
commit 5d4ef292d6
5 changed files with 23 additions and 5 deletions

View File

@@ -9,8 +9,11 @@ Install dependencies:
.. sourcecode:: bash
# Python:
# Misc:
$ sudo apt update
$ sudo apt install memcached
# Python:
$ sudo apt install python3 python3-pip python-virtualenv python3-virtualenv
# Yarn / nodejs: