Update Windows Server 2016.md

This commit is contained in:
Ubaldo Mattos 2018-12-23 10:04:17 -02:00 committed by GitHub
parent e42ae11936
commit 4fce726d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,14 @@
*Turn-Off Windows Defender Realtime protection during this process *Turn-Off Windows Defender Realtime protection during this process
Install Chocolatey 1. Install Chocolatey
a. Go to this URL for instructions:
Go to this URL for instructions:
https://chocolatey.org/install#install-with-cmdexe 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.
Execute this command in the cmd line as Admin: 2. Install Meteor
@"%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” a. Type the command: choco install meteor
Type choco -? to ensure the installation is OK. 3. Install node.js
Install Meteor
Type the command: choco install meteor
Install node.js
Download MSI from: https://nodejs.org/en/download/