docs: Fix emoji cache setup when not using provision.py.

There were 2 things wrong here:
(1) The new emoji cache directories weren't being created properly
(2) We weren't downloading the new emoji sprite sheets.

I think based on this experience, we should definitely invest in
moving more platforms to use provision.py.

Fixes #5160.
This commit is contained in:
Tim Abbott
2017-06-02 15:21:46 -07:00
parent c37204c62a
commit d9b8da2483

View File

@@ -324,6 +324,9 @@ Now run these commands:
```
./tools/install-mypy
sudo mkdir /srv/zulip-emoji-cache
sudo chown -R `whoami`:`whoami` /srv/zulip-emoji-cache
./tools/setup/emoji/download-emoji-data
./tools/setup/emoji/build_emoji
./tools/setup/build_pygments_data.py
./scripts/setup/generate_secrets.py --development