ohif-viewer/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md

21 lines
758 B
Markdown
Raw Normal View History

2018-12-23 12:48:18 +01:00
# OHIF Standalone Installation Instructions For Windows Server 2016:
2018-12-23 14:55:00 +01:00
* Note: Turn-Off Windows Defender Realtime protection during this process
2018-12-23 12:54:43 +01:00
2018-12-23 13:04:17 +01:00
1. Install Chocolatey
2018-12-23 13:06:24 +01:00
2018-12-23 14:56:07 +01:00
a. Go to this URL for instructions:
https://chocolatey.org/install#install-with-cmdexe
2018-12-23 13:06:24 +01:00
2018-12-23 14:56:07 +01:00
b. Execute this command in the cmd line as Admin:
2018-12-23 13:07:29 +01:00
2018-12-23 14:56:07 +01:00
`@"%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"`
2018-12-23 13:06:24 +01:00
2018-12-23 14:56:07 +01:00
c. Type choco -? to ensure the installation is OK.
2018-12-23 12:54:43 +01:00
2018-12-23 13:04:17 +01:00
2. Install Meteor
2018-12-23 13:06:24 +01:00
2018-12-23 14:56:07 +01:00
a. Type the command: choco install meteor
2018-12-23 12:54:43 +01:00
2018-12-23 13:04:17 +01:00
3. Install node.js