- Print
- DarkLight
- PDF
Deploy on Windows 10
- Print
- DarkLight
- PDF
Are you deploying for testing, development, or production? This document will walk you through the process of deploying QuickMeet.Chat on your Windows machine using Docker.
Prerequisites
This is a community-supported installation method. To learn more, see this forum thread.
Before you begin, make sure you have the following:
Minimum of 4 GB of memory on your Windows machine
Minimum of 20 GB of disk space, preferably SSD
Your system has the latest Windows updates
Download and install Docker for Windows
Enabled Hyper-V (requires a reboot)
See the Docker desktop virtualization to enable Hyper-V.
Install QuickMeet.Chat with Windows
On your Windows computer, create or open a directory where you want to store your QuickMeet.Chat server content
In this directory, create a file named
docker-compose.yml. You can use the official example as a template for configuring this fileStill in the directory, execute the following command to create and start the containers defined in the Docker Compose file:
docker compose upOnce the containers are up, open your browser and visit
http://localhost:3000to access your QuickMeet.Chat workspace.It may take a few minutes for the workspace to be fully accessible, as the server initializes.
Troubleshooting
If you experience any issues or performance delays, you can check the server logs for errors or other useful information by running:
docker compose logs -f rocketchatThis command provides real-time logs, which can be helpful for troubleshooting and performance monitoring.
Configure Your Workspace
Finally, follow the configuration prompts to complete the setup of your QuickMeet.Chat workspace.