Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Automated Jitsi-Meet Setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Automated Jitsi-Meet Setup
Commits
3304c0df
Commit
3304c0df
authored
Oct 23, 2020
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Updated installation instructions
parent
72ac989d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-2
20 additions, 2 deletions
README.md
with
20 additions
and
2 deletions
README.md
+
20
−
2
View file @
3304c0df
...
...
@@ -3,11 +3,29 @@
Collection of online tools for teaching at CVH.
##
Docker i
nstallation
##
I
nstallation
instructions
Example installation process for Ubuntu:
### Prerequisites
-
Docker-CE
-
Installation script ('install_docker.sh') is provided for current Ubuntu installations.
For other distributions look for installation instructions at
[
Install Docker Engine
](
https://docs.docker.com/engine/install/
)
-
Docker Compose
-
Will also be installed with the script for Docker-CE
-
Else run
`sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose`
-
Git
-
Git is required to clone the related repositories.
-
Is probably already installed on the system.
### CVH - OLP (Meta repository)
The first thing you need to do, is cloning this repository which you probably already have done.
This repository provides you with a collection of scripts
that will install the OLP as you wish.
```
sh
# Clone with
git clone https://gitlab.cvh-server.de/aco/cvh-olp.git
```
## Nice to know
...
...
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