New Developers Working Group

Developer Tools

Linux Tools

Git: Git is a software version control system designed to track software code changes. Evergreen's code changes are tracked at https://git.evergreen-ils.org/. Git is almost always used from a command line interface, but there is a free 'Git for Windows' application that offers basic functionality (https://git-scm.com/download/win).

Launchpad: Launchpad is the bug / wish list tracker that the Evergreen community uses. See: https://bugs.launchpad.net/evergreen

Text Editor: Any plain text editor can be used. Notepad++ (available from https://notepad-plus-plus.org/) is a simple open-source code editor. Visual Studio Code Editor is free code editor available from Microsoft (https://code.visualstudio.com/) that has the advantage of a built-in console so that you can update and compile code, plus view console output when testing the code, in the same window.

VSCode

Useful extensions:

If your server runs Linux and you get an error about the number of files in the workspace, you may need to adjust the inotify file watch limit.

To exclude compiler files from file search results, add **/.angular to the patterns that are excluded from search.