mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user