Skip to content
Snippets Groups Projects
Commit 72ac989d authored by Armin Co's avatar Armin Co
Browse files

Restart development

parent c70e3fbb
Branches
No related tags found
No related merge requests found
# 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
......@@ -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
## Install script for docker on ubuntu systems
# Update repos
sudo apt update
# show available upgrades
apt list --upgradable
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment