mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-01 02:52:43 +08:00
45 lines
1.4 KiB
ReStructuredText
45 lines
1.4 KiB
ReStructuredText
.. _deployments:
|
|
|
|
Weblate deployments
|
|
===================
|
|
|
|
Weblate can be easily installed in your cloud. Please find detailed guide for your platform:
|
|
|
|
* :doc:`install/docker`
|
|
* :doc:`install/openshift`
|
|
* :doc:`install/kubernetes`
|
|
|
|
Helm Chart
|
|
----------
|
|
|
|
You can install Weblate on Kubernetes using Helm.
|
|
See <https://github.com/WeblateOrg/helm/tree/master/charts/weblate> for the detailed instructions.
|
|
|
|
Bitnami Weblate stack
|
|
---------------------
|
|
|
|
Bitnami provides a Weblate stack for many platforms at
|
|
<https://bitnami.com/stack/weblate>. The setup will be adjusted during
|
|
installation, see <https://bitnami.com/stack/weblate/README.txt> for more
|
|
documentation.
|
|
|
|
Weblate in YunoHost
|
|
-------------------
|
|
|
|
The self-hosting project `YunoHost <https://yunohost.org/>`_ provides a package
|
|
for Weblate. Once you have your YunoHost installation, you may install Weblate
|
|
as any other application. It will provide you with a fully working stack with backup
|
|
and restoration, but you may still have to edit your settings file for specific
|
|
usages.
|
|
|
|
You may use your administration interface, or this button (it will bring you to your server):
|
|
|
|
.. image:: /images/install-with-yunohost.png
|
|
:alt: Install Weblate with YunoHost
|
|
:target: https://install-app.yunohost.org/?app=weblate
|
|
|
|
It also is possible to use the commandline interface:
|
|
|
|
.. code-block:: sh
|
|
|
|
yunohost app install https://github.com/YunoHost-Apps/weblate_ynh
|