Difference between revisions of "Taking the Wiki Offline"
Robert Howie (talk | contribs) (Created page with "# Install mwoffliner: https://github.com/openzim/mwoffliner # Modify redis-server config so that the unix socket is created and has the correct permissions. Modify the Unix S...") (Tag: visualeditor) |
Robert Howie (talk | contribs) |
||
Line 3: | Line 3: | ||
unixsoxket /dev/shm/redis.sock | unixsoxket /dev/shm/redis.sock | ||
− | unixsocketperm 777 | + | unixsocketperm 777 |
# | # |
Revision as of 14:56, 10 April 2019
- Install mwoffliner: https://github.com/openzim/mwoffliner
- Modify redis-server config so that the unix socket is created and has the correct permissions. Modify the Unix Socket section of the configuration file (/etc/redis/redis.conf)
unixsoxket /dev/shm/redis.sock unixsocketperm 777