weblate/docs/admin/install/venv-macos.rst
Michal Čihař 41b8540238 feat: support Valkey
Valkey has more friendly licensing and some nice performance benefits,
so prefer it for the deployment. It should be fully compatible with
Redis, but extend the testsuite to test both backends to keep the
compatibility in the future.
2025-10-22 13:59:16 +02:00

35 lines
765 B
ReStructuredText

Installing on macOS
===================
.. include:: steps/hw.rst
.. include:: steps/install-system-devel.rst
.. code-block:: sh
brew install python pango cairo gobject-introspection glib libyaml pkgconf zstd lz4 xxhash libxmlsec1 librsvg uv
.. include:: steps/install-system-server.rst
.. code-block:: sh
# Web server option 1: NGINX and uWSGI
brew install nginx uwsgi
# Web server option 2: Apache with ``mod_wsgi``
brew install httpd
# Caching backend: Valkey
brew install valkey
# Database server: PostgreSQL
brew install postgresql
# Gettext for the msgmerge add-on
brew install gettext
.. include:: steps/install-python.rst
.. include:: steps/install-configure.rst
.. include:: steps/install-after.rst