Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zwordi
funkwhale
Commits
a0b23301
Commit
a0b23301
authored
6 years ago
by
Reg
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Arch Linux installation: debian.rst
typo
parent
14919e27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation/debian.rst
+19
-6
19 additions, 6 deletions
docs/installation/debian.rst
with
19 additions
and
6 deletions
docs/installation/debian.rst
+
19
−
6
View file @
a0b23301
Debian installation
===================
Debian
and Arch Linux
installation
===================
===============
.. note::
This guide targets Debian 9 (Stretch), which is the latest Debian.
This guide targets Debian 9 (Stretch), which is the latest Debian
, as well as Arch Linux
.
External dependencies
---------------------
...
...
@@ -17,13 +17,18 @@ Install utilities
-----------------
You'll need a few utilities during this guide that are not always present by
default on system.
Y
ou can install them using:
default on system.
On Debian-like systems, y
ou can install them using:
.. code-block:: shell
sudo apt-get update
sudo apt-get install curl python3-pip python3-venv git unzip
On Arch Linux and its derivatives:
.. code-block:: shell
sudo pacman -S curl python-pip python-virtualenv git unzip
Layout
-------
...
...
@@ -125,10 +130,18 @@ Arch.
You can install those packages all at once:
On Debian-like systems:
.. code-block:: shell
./install_os_dependencies.sh install
On Arch Linux and its derivatives:
.. code-block:: shell
pacman -S $(cat api/requirements.pac)
From now on you can switch back to the funkwhale user.
Python dependencies
...
...
@@ -144,7 +157,7 @@ To avoid collisions with other software on your system, Python dependencies
will be installed in a dedicated
`virtualenv <https://docs.python.org/3/library/venv.html>`_.
First, create the virtualenv:
First, create the virtualenv
and install wheel
:
.. code-block:: shell
...
...
@@ -171,7 +184,7 @@ Finally, install the python dependencies:
.. important::
f
urther commands involving python should always be run after you activated
F
urther commands involving python should always be run after you activated
the virtualenv, as described earlier, otherwise those commands will raise
errors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment