Skip to content

Requirements

Jesus Estevez edited this page Apr 21, 2019 · 1 revision

Installing requirements

For this repository it will necessary install

If you want to install the requirements GitHub Desktop and Jmeter automatically you can use chocolatey and follow the bellow steps to install chocolatey

  1. Open a command shell - **cmd.exe **or powershell.exe and ensure that you are using an **administrative **
  2. Copy the bellow text specific to your command shell - cmd.exe or powershell.exe and press Enter.

@"%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"

  1. Wait a few seconds for the command to complete.

Once you have installed chocolatey open a command shell - **cmd.exe **or powershell.exe and execute this:

  • choco install git
  • choco install jmeter
Clone this wiki locally