Set path to JDK to C:\Program Files\Zulu\zulu-11\bin
Start NetBeans by running “C:\Program Files\netbeans\bin\netbeans64.exe”. Also creates a start menu shortcut.
Go to the Tools → Plugins → Available Plugins menu and select JavaFX Implementation for Windows, Editor :: Autosave, and the nb-javac Java editing support library plugins. Click Install.
Go to the Tools → Options → Java Platforms menu and be sure the Java Platform points to Zulu 11 (C:\Program Files\Zulu\zulu-11\bin) folder you installed earlier.
When you get to the 'Choosing the default editor used by Git' screen. Choose Nano as the default text editor. Then select all the remaining default options.
Add C:\Program Files\Git\cmd to the Path Variable.
Done with install and configuration.
Size: 742 MB
Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 300, 334, Morrill 103, 105, 107, and Virtual (250).
Accept the default options ensuring that when it comes to the 'Select Additional Tasks' screen, the ‘Add to PATH (requires shell restart) option is checked.
After Install, open a Windows CMD Prompt at install typescript by running 'npm install -g typescript'
Add typescript to each users environment variable (/Users/YourAccountNameHere/appdata/roaming/npm) if not already be there.
Close CMD Prompt
Start Visual Studio Code.
Configure to use My Documents folder on the lab machine as the workspace so all projects are saved there (Should be default after install).
Go to Preferences → Extensions and install
SSH Terminal 0.0.4
Java Language Support v0.2.42
C# for Visual Studio Code (powered by OmniSharp) v.1.25.0
Angular snippets v13.0.0
angular2-switcher v0.4.0
Angular Language Service v14.2.0
REST Client v0.25.1
TSLint v1.3.3 (Can skip as depreciated)
Prettier - Code formatter v9.0.0
Material Icon Theme v4.10.0
typescript v0.0.1
TypeScript Hero v3.0.0
Done with install and configuration.
Size: 305 MB
Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 300, 334, Morrill 103, 105, 107, and Virtual (250).
Keep the default options until you get to Customize install location. Be sure:
Install for all users is checked
Add Python to environment variables is checked
Install location is C:\Program Files\Python310.
Click Install.
After installer finishes. Check that the path to the python.exe executable has been added to the system’s ‘Path’ environment variable.
The Path environment variable is found in Control Panel → System → Advanced System Settings → Environment Variables
Or if you prefer the less user friendly Window 10 Settings approach. Settings → System → About → System info → Advanced System Settings → Environment Variables.
Open a Windows Command Prompt (CMD) as Administrator:
Enter “python –m pip install –upgrade pip” (That's a dash before the m and 2 dashes before the upgrade)
Installer: There is no install file. Once Python3 is installed use Python’s Pip to install Django.
Instructions:
After the path to the python.exe executable is included in the Windows Path environment variable, open a Windows Command Prompt (CMD) as Administrator and enter “python –m pip install Django” and pip will download and install Django.
In the Windows Command Prompt (CMD) as Administrator, enter “python –m pip install mysqlclient” and pip will download and install the MySQL client & drivers.
Accept all defaults until you get to the Initial User Configuration window where you can choose between commander and explorer Interface options. Choose Explorer.