- Open cmd (run as administrator), then use
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
##This installation instructions is based on the debian-11-standard template for LXC CT | |
#basics | |
apt update | |
apt full-upgrade | |
apt install sudo gnupg | |
#Java | |
apt install openjdk-11-jre-headless |
## Needs zert available, in this example: letsencrypt | |
## Configured Hosts in The BIM Server is | |
## http://bim.domain.tld (main) | |
## https://bim.doimain.tld | |
server { | |
listen 80; | |
server_name bim.domain.tld; | |
return 301 https://bim.domain.tld; | |
} |