Choose your download or demo
Appliances
Ready to use images and apps
Container
Based on docker compose
Packages
Linux packages for different platforms
Get Kopano Meet
Configure and fetch the Kopano Meet Container
To easily get started we are providing ready made container images for the individual components required to run Kopano Meet. First download the latest version of our docker-compose file by executing:
$ wget -O docker-compose.yml \
https://raw.githubusercontent.com/Kopano-dev/kopano-docker/master/examples/meet/docker-compose.yml
Along with the compose file some configuration is required. For this you can download our Meet setup script to create your own configuration file (.env):
$ wget -O setup.sh \
https://raw.githubusercontent.com/Kopano-dev/kopano-docker/master/examples/meet/setup.sh && \
chmod +x setup.sh && \
./setup.sh
When both the docker-compose.yml and .env are in place you only need to run …
$ docker-compose up
… to fetch the images and start Meet. Once the containers have started up you can navigate to https://your-domain/ and be redirected to the Meet login.
Request your demo license key
Install your demo license key
Upload or paste your license to /etc/kopano/licenses/kopano-meet.license
For further information please check the Kopano Meet manual.