/
3. Configuring your EC2 Instance

3. Configuring your EC2 Instance

Installing Chrome

Got this page, copy the PowerShell script on that page to install Chrome. Open a PowerShell window in admin mode and paste the command in. It will install Chrome and place an icon on your desktop

Installing other required applications

Open Chrome and point it to https://pinboard.in/u:celestial - there a useful bookmarks here.

Point Chrome to here SKY Up Skilling

Install the following items onto your new machine. Install all apps into c:\pf. Do not install into C:\Program Files or C:\Programs Files(x86).

You will not be editing any code on this machine so VSC is not needed,

Software

Web Address

Software

Web Address

Notepad++

https://notepad-plus-plus.org/

Python

https://www.python.org/downloads/

Node (64bit Windows)

https://www.python.org/downloads/

npm

npm install download

Java (Windows JDK)

When installing, there is an option to Set JAVA_HOME, make sure it is selected.

The Location option is disabled until you select Next, you then need to select Back, it will then be enabled

https://www.openlogic.com/openjdk-downloads

Jenkins (see instructions below)

https://www.jenkins.io/download/

Mocha

npm install -g mocha

Chai

npm install -g chai

Selenium

pip install selenium

Git

https://git-scm.com/downloads

Special Considerations for Jenkins

Follow these dialog options

Change the location to c:\pf\jenkins

Account = Administrator

Password = <the one AWS created>

Select Test Credentials

You need to enable this privilege for this account

From the start menu type policy

Select the option shown above

In this application drill down as shown

Right click on “Log on as a service”, select “properties”

Select the option circled

Type Administrator as shown and then select Check Names

The data should change to as shown above. Select OK

The list should now be updated. Press Apply and OK. Close the Local Security Policy window.

Retest the credentials.

On this screen, change the port to 8095, and select Test Port. If the port is available select Next.

Change this location to “C:\pf\OpenJDK\jdk-11.0.8.10-hotspot”

Enable the Firewall exception

Complete the installation, then follow the online instructions.

When you get to this screen select the option shown. Add the following options

  • Build Tools - NodejS

  • Source Code Management - GitHub, Git Parameter

Then select Install

Finally, add the following details

Username = Admin

Password = ppp

Full Name = <your name>

Email = <your email address>

 

 

Related content