helpdocs:software_spring2021
Table of Contents
Requested ITS Classroom and Lab Software for Spring 2021
updated: 9/28/2020
X2Go
- Licensing: GNU General Public License
- Vendor URL: https://wiki.x2go.org/doku.php/download:start
- Version: 4.1.2.2 (64bit)
- Installer: x2goclient-4.1.2.2-2020.02.13-setup.exe
- Instructions:
- Run the installer
- Accept the default component options.
- Choose Destination Folder, Menu Folder (usually defaults)
- Firewall can be configured to only connect to NDUS networks and NDSU 10.248.0.0/16 internal networks.
- Done with install and configuration.
- Size: 55 MB
- Location: All Labs, All IC
Putty
- Licensing: Open source and distributed under the MIT license.
- Version: 0.74
- Installer: putty-64bit-0.74-installer.msi
- Instructions:
- Run the installer
- Accept the default component options.
- Done with install and configuration.
- Size: 4 MB
- Location: All Labs, All IC.
WinSCP
- Licensing: GNU General Public License
- Vendor URL: https://winscp.net/eng/index.php
- Version: 5.17.7
- Installer: WinSCP-5.17.7-Setup.exe
- Instructions:
- Run the installer.
- Choose custom installation.
- Accept all defaults until you get to the Initial User Configuration window where you can choose between commander and explorer Interface options. Choose Explorer.
- Done with Install and configuration.
- Size: 97 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AGHill 300, 334, Morrill 103, 105, 107 (249).
TortoiseSVN
- Licensing: GPL v2
- Vendor URL: https://tortoisesvn.net/
- Version: 1.12.0
- Installer: TortoiseSVN-1.12.0.28568-x64-svn-1.12.0.msi
- Instructions:
- Run the installer
- Done with install and configuration.
- Size: 51MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107 (249).
Zulu OpenJDK 11 LTS (Java)
- Licensing: Open Source
- Vendor URL: https://www.azul.com/downloads/zulu-community
- Version: 11.0.8+10 LTS
- Installer: zulu11.41.23-ca-jdk11.0.8-win_x64.msi Link: https://cdn.azul.com/zulu/bin/zulu11.41.23-ca-jdk11.0.8-win_x64.msi
- Instructions:
- Run the installer
- Add the location “C:\Program Files\Zulu\zulu-11\bin” to the Path environment variable.
- Done with install and configuration.
- Size: 299 Mb
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Apache NetBeans
- Licensing: Apache License 2.0
- Vendor URL: https://netbeans.apache.org/
- Version: 12.0
- Installer: Apache-NetBeans-12.0-bin-windows-x64.exe
- Instructions:
- Run the installer
- Accept the default install location.
- 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.
- Exit Netbeans.
- Done with install and configuration.
- Size: 720 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Cmder mini
- Licensing: Open Source License
- Vendor URL: http://cmder.net/
- Version: 1.3.16
- Installer: cmder_mini.zip
- Instructions:
- Unzip package
- Move resulting cmder_mini folder to c:/ or other location as desired.
- Create a desktop and/or start menu shortcut to Cnder.exe.
- Done with install and configuration
- Size: 29MB
- Location: Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Git
- Licensing: Open Source License
- Vendor URL: https://git-scm.com/
- Version: Version: 2.28.0 (64bit)
- Installer: Git-2.28.0-64-bit.exe
- Instructions:
- Run the installer
- Accept the default options (Git Pull Default, Git Bash, Git GUI, Git LFS, Associate .git & .sh files) until 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: 685 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Python3
Install before Django
- Licensing: Open Source License
- Vendor URL: https://www.python.org/
- Version: 3.8.5
- Installer: python-3.8.5.exe
- Instructions:
- Run the installer as administrator
- Be sure and Add Python 3.8 to PATH and install launcher for all users is checked.
- Choose the ‘Customize installation“
- Keep the default options until you get to Customize install location. Be sure Install for all users is checked and install location is C:\Program Files (x86)\Python38-32.
- Click Install.
- After installer finishes. Add the path to the python.exe executable to the system’s ‘Path’ environment variable, if it is not already there.
- 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.
- Done with install and configuration.
- Size: 160 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Django for Python3
Install after Python 3.8.5
Licensing: Open Source License https://www.djangoproject.com/trademarks/
- Vendor URL: https://www.djangoproject.com/
- Version: 3.1.1
- Installer: There is no install file. Once Python3 is installed (#3) 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 “python3 –m pip install Django” and pip will download and install Django.
- Done with install and configuration.
- Size: 273 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
NodeJS w/Angular
Install before Visual Studio Code & Firebase
- Licensing: Open Source License https://github.com/nodejs/node/blob/master/LICENSE
- Vendor URL: https://nodejs.org/en/
- Version: 12.18.4 LTS
- Installer: node-v12.18.4-x64.msi
- Instructions:
- Run the installer accepting the default options.
- When the installer finishes, open a Windows Command Prompt (CMD) as administrator and enter “npm install -g @angular/cli@latest”
- Done with install and configuration.
- Size: 57 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Visual Studio Code
Install after NodeJS
Include extensions: TypeScript, TypeScript Hero, Angular Snippets (version 8) Angular Essentials, & Angular Bootstrap Snippets
- Licensing: Open Source License
- Vendor URL: https://code.visualstudio.com/
- Version: 1.49.2 or latest
- Installer: VSCodeUserSetup-x64-1.49.2.exe
- Instructions:
- Run the installer
- Accept the default options ensuring that when it comes to the 'Select Additional Tasks' screen, be sure ‘Add to PATH (available after restart) option is checked.
- 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
- C# for Visual Studio Code (powered by OmniSharp) v.1.23.2
- Java Language Support v0.2.37
- Angular Snippets (Version 9)
- Angular Essentials (Version 9)
- Angular UI Bootstrap Snippets v4.0.9
- TypeScript Hero
- Done with install and configuration.
- Size: 252 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107
CLISP
- Licensing: GNU General Public License
- Vendor URL: https://sourceforge.net/projects/clisp/files/
- Version: 2.49
- Installer: clisp-2.49-win32-mingw-big
- Instructions:
- Run the installer
- Choose Install for All users and accept the remaining default component options.
- Choose Destination Folder, Menu Folder (usually defaults)
- Done with install and configuration.
- Size: 30 MB
- Location: QBB 102, 104, 106, 114, 116, 132, 150, 200.
Firebase CLI
- Licensing: Creative Commons Attribution 4.0 License
- Vendor URL: https://firebase.google.com/
- Version: 8.11.2 or latest
- Installer: There is no install file. Once Python3 is installed (#3) use Python’s Pip to install Django.
- Instructions:
- Open a Windows Command Prompt (CMD) as administrator and enter “npm install -g firebase-tools”
- Done with install and configuration.
- Size: 70 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Sourcetree
- Vendor URL: https://www.sourcetreeapp.com/
- Version: 3.3.9 or Latest
- Installer: SourceTreeSetup-3.3.9.exe
- Instructions:
- Run installer.
- On the Registration window, choose Skip.
- On the Pick Tools to Download and Install window, choose Advanced Options and check Configure Automatic line ending handling.
- Click Finish and select No to the have SSH key? question.
- Size: 78 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
GitHub Desktop Client
- Licensing: https://desktop.github.com/terms/
- Vendor URL: https://desktop.github.com/
- Version: 2.5.6
- Installer: GitHubDesktopSetup.exe
- Instructions:
- Run installer.
- Accept the defaults
- Done with install
- Size: 322 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118, AG Hill 300, 334, Morrill 103, 105, 107.
Visual Studio 2019 Community
- Vendor URL: https://visualstudio.microsoft.com/vs/community/
- Version: 2019 Community v16.7.5
- Installer: vs_community__1814492533.1560981897.exe
- Instructions:
- Run the installer. It will download updates.
- When presented with the ‘install components’ option choose the following:
- The Universal Windows Platform Development
- .NET desktop development Workloads when installing
- Desktop development with C++
- Windows will want to restart.
- Done with install and configuration.
- Size: 18.8 GB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118. (153)
MS-MPI v10.1.2
- Version: 10.1.2
- Installer: msmpisdk.msi & msmpisetup.exe
- Instructions:
- Run the installers. There are no configuration options in the installer.
- After installing add the following to the PATH variable.
- MSMPI_BENCHMARKS=C:\Program Files\Microsoft MPI\Benchmarks\
- MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin
- MSMPI_INC=C:\Program Files (x86)\Microsoft SDKs\MPI\Include
- MSMPI_LIB32=C:\Program Files (x86)\Microsoft SDKs\MPI\Lib\x86
- MSMPI_LIB64=C:\Program Files (x86)\Microsoft SDKs\MPI\Lib\x64
- Done with install and configuration.
- Size: 19 MB
- Location: QBB 102, 104, 106, 114, 116,132,150, 200, WDC 92, Library 14, 118. (153)
helpdocs/software_spring2021.txt · Last modified: 2021/04/08 13:04 by localadmin