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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Martin Giger
funkwhale
Commits
96f8e224
Commit
96f8e224
authored
6 years ago
by
Reg
Browse files
Options
Downloads
Patches
Plain Diff
[doc] use sudo for all apt commands
parent
c2e59999
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/index.rst
+3
-3
3 additions, 3 deletions
docs/installation/index.rst
with
3 additions
and
3 deletions
docs/installation/index.rst
+
3
−
3
View file @
96f8e224
...
...
@@ -105,8 +105,8 @@ Ensure you have a recent version of nginx on your server. On Debian-like system,
.. code-block:: bash
apt-get update
apt-get install nginx
sudo
apt-get update
sudo
apt-get install nginx
Then, download our sample virtualhost file and proxy conf:
...
...
@@ -132,7 +132,7 @@ Apache2
Ensure you have a recent version of apache2 installed on your server.
You'll also need the following dependencies::
ap
t install libapache2-mod-xsendfile
sudo apt-ge
t install libapache2-mod-xsendfile
Then, download our sample virtualhost file:
...
...
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