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
Mélanie Chauvel
funkwhale
Commits
302e119f
Verified
Commit
302e119f
authored
6 years ago
by
wxcafé
Browse files
Options
Downloads
Patches
Plain Diff
removes use of script for simpler direct installation
parent
854283c2
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
+4
-15
4 additions, 15 deletions
docs/installation/debian.rst
with
4 additions
and
15 deletions
docs/installation/debian.rst
+
4
−
15
View file @
302e119f
...
...
@@ -119,30 +119,19 @@ First, switch to the api directory:
cd api
A few OS packages are required in order to run Funkwhale. On Debian-like
systems, the list is available in ``api/requirements.apt`` or by running
``./install_os_dependencies.sh list`` and in ``api/requirements.pac`` on
Arch.
.. note::
Ensure you are running the next commands as root or using sudo
(and not as the funkwhale) user.
You can install those packages all at once:
On Debian-like systems:
systems, they can be installed with
.. code-block:: shell
./install_os_dependencies.sh install
sudo apt install build-essential ffmpeg libjpeg-dev libmagic-dev libpq-dev postgresql-client python3-dev
On Arch
Linux and its derivatives:
On Arch
, run
.. code-block:: shell
pacman -S $(cat api/requirements.pac)
From now on you
can switch back to
the funkwhale user.
From now on
,
you
should use
the funkwhale user
for all commands
.
Python dependencies
--------------------
...
...
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