Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mikołajczak
funkwhale
Commits
1d1ef01c
Commit
1d1ef01c
authored
Jul 02, 2018
by
Reg
Browse files
[doc] Arch Linux installation: index.rst
parent
64496946
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/installation/index.rst
View file @
1d1ef01c
...
@@ -56,7 +56,7 @@ Available installation methods
...
@@ -56,7 +56,7 @@ Available installation methods
-------------------------------
-------------------------------
Docker is the recommended and easiest way to setup your Funkwhale instance.
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::
.. toctree::
:maxdepth: 1
:maxdepth: 1
...
@@ -108,6 +108,12 @@ Ensure you have a recent version of nginx on your server. On Debian-like system,
...
@@ -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 update
sudo apt-get install nginx
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:
Then, download our sample virtualhost file and proxy conf:
.. parsed-literal::
.. parsed-literal::
...
@@ -129,7 +135,12 @@ If everything is fine, you can restart your nginx server with ``service nginx re
...
@@ -129,7 +135,12 @@ If everything is fine, you can restart your nginx server with ``service nginx re
Apache2
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::
You'll also need the following dependencies::
sudo apt-get install libapache2-mod-xsendfile
sudo apt-get install libapache2-mod-xsendfile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment