From 4df497ff784c05d5c944e0d5f05ee8a46ee89b17 Mon Sep 17 00:00:00 2001 From: Ubaldo Mattos Date: Sun, 23 Dec 2018 10:05:24 -0200 Subject: [PATCH] Update Windows Server 2016.md --- .../Installation Instructions/Windows/Windows Server 2016.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md index 33a0183dc..3162e7bb4 100644 --- a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md +++ b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md @@ -3,13 +3,17 @@ *Turn-Off Windows Defender Realtime protection during this process 1. Install Chocolatey +... a. Go to this URL for instructions: https://chocolatey.org/install#install-with-cmdexe +... b. Execute this command in the cmd line as Admin: `@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"` +... c. Type choco -? to ensure the installation is OK. 2. Install Meteor +... a. Type the command: choco install meteor 3. Install node.js