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.
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.
Most software you need can be downloaded through the Application Catalog. Below we make not of some key software you will need to request.
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]
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.
Go to http://srmis-sigdi-iagent.prv/WT-STO/iAgent/AppPortal/Home/Details/266 and click "Install".
This guide was copied from work originally created by @EricDunsworth.