mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-01 21:53:54 +08:00
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.
35 lines
765 B
ReStructuredText
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
|