Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1.77 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.77 KB

ESDC Development Workstation - Setup Guide

This guide outlines how to set up your ESDC departmental workstation. It will help you set up the networking configurations so you can pull from GitLab and GitHub. This will also help you install software which you will need to work on many projects in ESDC.

Network

Proxy settings

If you are working on these external project daily, you should consider following all the steps in ESDC Proxy Scripts. Otherwise you can just run the commands from proxy-yes.bat file.

This will automatically configure all your proxy settings.

Software

Most software you need can be downloaded through the Application Catalog. Below we make not of some key software you will need to request.

Git

Go to http://srmis-sigdi-iagent.prv/WT-STO/iAgent/AppPortal/Home/Details/228 and click "Install".

Suggested Settings:

We suggest sticking with the defaults recommended by Git. Most of these settings can be changed later.

Configure Git Open a command prompt and enter the following commands replacing "Your name" and "[email protected]" (It's suggested that you use your departmental email)

git config --global user.name "Your name"
git config --global user.email [email protected]

NuGet

The department has access to the NuGet repositories as well as hosting its own internal source for home brewed applications. Check out the ESDC NuGet User Guide.

Node.js

Go to http://srmis-sigdi-iagent.prv/WT-STO/iAgent/AppPortal/Home/Details/266 and click "Install".

Attribution

This guide was copied from work originally created by @EricDunsworth.