Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.55 KB

deploy-on-windows-10.md

File metadata and controls

35 lines (25 loc) · 1.55 KB

Deploy on Windows 10

Preparation Steps

Installing Rocket.Chat on Windows 10 Pro 64-bit with Docker for Windows.

{% hint style="warning" %} This is a community-supported installation method. To learn more, see this forum thread. {% endhint %}

Before you begin, make sure you have the following:

  • Minimum of 4 GB of memory on your Windows 10 Pro machine.
  • Minimum of 20 GB of disk space, preferably SSD.
  • A 64-bit edition of Windows 10 Pro.
  • Your system has the latest Windows updates.
  • Enabled Hyper-V (requires a reboot).

{% hint style="warning" %} See the docker desktop virtualization to enable Hyper-V. {% endhint %}

Install Rocket.Chat with Windows 10

  • Download and install Docker for Windows.
  • Create or open a directory you want to hold the content of your server.
  • Create a file named docker-compose.yml based on this example.
  • Execute these commands in the directory where the docker-compose.yml file is located and wait for the server to start.
docker compose up
docker compose logs -f rocketchat
  • Visit http://localhost:3000 on your browser to access your workspace. Follow the configuration prompts to configure your workspace.