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
72ac989d
Commit
72ac989d
authored
Oct 23, 2020
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Restart development
parent
c70e3fbb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+24
-1
24 additions, 1 deletion
README.md
configure_once.sh
+4
-1
4 additions, 1 deletion
configure_once.sh
install_docker.sh
+7
-0
7 additions, 0 deletions
install_docker.sh
with
35 additions
and
2 deletions
README.md
+
24
−
1
View file @
72ac989d
# CVH Oline Learning Platform
Collection of online tools for teaching at CVH.
## Docker installation
Example installation process for Ubuntu:
## Nice to know
### Creating a new user
```
sh
adduser
$new_user_name
```
### Adding a user to a group
```
sh
usermod
-aG
sudo
$new_user_name
```
## Add todo change ownership and allow execution
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure_once.sh
+
4
−
1
View file @
72ac989d
...
...
@@ -64,7 +64,7 @@ function configure_letsencrypt() {
# sed -i "s/- ONLY_SUBDOMAINS=true/- ONLY_SUBDOMAINS=false/" $le_dir
# start once to generate directories and certificates
docker-compose
-f
docker-compose.yml
-f
$le_compose
up
-d
&&
docker-compose
-f
$le_compose
down
docker-compose
-f
docker-compose.yml
-f
$le_compose
up
-d
&&
docker logs reverse-proxy
&&
docker-compose
-f
$le_compose
down
echo
""
echo
"Done configuring LetsEncrypt and generating certificates."
}
...
...
@@ -98,6 +98,9 @@ configure_letsencrypt
# configure mumble
configure_mumble
./stop_containers.sh
## pull and update all images
#
./update_containers.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
install_docker.sh
0 → 100755
+
7
−
0
View file @
72ac989d
## Install script for docker on ubuntu systems
# Update repos
sudo
apt update
# show available upgrades
apt list
--upgradable
\ No newline at end of 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