Skip to main content

Linux

This section explains how to setup and start CodeGlass on a Linux machine.

Installation

  1. Download the latest release from the CodeGlass GitHub repository.
  2. Extract the downloaded archive to a location on your system. A short path is recommended, for example:
$HOME/CodeGlass

After extracting, the folder structure should contain the CodeGlass executables and related files.

Running CodeGlass

  1. Navigate to the folder where you extracted CodeGlass.
  2. Start the CodeGlass Engine by running:
./CodeGlass.Hubs.DotNetCore

This will start the CodeGlass background services and will try to open a browser to the CodeGlass Client.

  1. Log in and start working with the data the CodeGlass Agent collected.
info

If the browser fails to open automatically, you can manually navigate to:

http://localhost:60340

Config Folder

The Engine is designed so it does not write files to the folder where it was extracted. This makes it possible to run it from locations that are read-only.

By default, all user-specific files are stored in:

$HOME/.config/CodeGlass

You can override this location by setting the following environment variable before starting the Engine:

CODEGLASS_USERFOLDER_OVERRIDE="override/path"