From 1d1ef01c7ae6afcd75da4fbd7d9488b92e8e2914 Mon Sep 17 00:00:00 2001 From: Reg <reg@disroot.org> Date: Mon, 2 Jul 2018 19:55:02 +0200 Subject: [PATCH] [doc] Arch Linux installation: index.rst --- docs/installation/index.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 07da9b4ce..aba6d55a2 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -56,7 +56,7 @@ Available installation methods ------------------------------- Docker is the recommended and easiest way to setup your Funkwhale instance. -We also maintain an installation guide for Debian 9. +We also maintain an installation guide for Debian 9 and Arch Linux. .. toctree:: :maxdepth: 1 @@ -108,6 +108,12 @@ Ensure you have a recent version of nginx on your server. On Debian-like system, sudo apt-get update sudo apt-get install nginx +On Arch Linux and its derivatives: + +.. code-block:: bash + + sudo pacman -S nginx + Then, download our sample virtualhost file and proxy conf: .. parsed-literal:: @@ -129,7 +135,12 @@ If everything is fine, you can restart your nginx server with ``service nginx re Apache2 ^^^^^^^ -Ensure you have a recent version of apache2 installed on your server. +.. note:: + + These instructions are for Debian only. + For Arch Linux please refer to the `Arch Linux wiki <https://wiki.archlinux.org/index.php/Apache>`_. + +Ensure you have a recent version of Apache2 installed on your server. You'll also need the following dependencies:: sudo apt-get install libapache2-mod-xsendfile -- GitLab