Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.17 KB

File metadata and controls

31 lines (23 loc) · 1.17 KB
description
Installing on Windows 10 Pro 64-bit with Docker for Windows

Windows 10

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

Requirements

  • Minimum of 4 GB of memory on your Windows 10 Pro machine.
  • A 64-bit edition of Windows 10 Pro.
  • The latest updates have been installed on your Windows.
  • Enabled Hyper-V (requires a reboot). Navigate to Control Panel > Add Windows Components > Hyper-V.
  • Minimum of 20 GB of disk space, preferably SSD.

Install Rocket.Chat

  • 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.
  • Run the following command in the same directory as the above file and wait for the server to start.
docker-compose up
docker-compose logs -f rocketchat
  • Access your Rocket.Chat server via http://localhost:3000.