Enterprise Installation
WebsiteAll products
  • Prologue
    • Enterprise installation guide
    • Architecture
  • Installation guide
    • Requirements
    • Getting started
      • Windows
        • Run as a service on Windows
      • Linux
        • Run as a service on Linux
    • Getting a 🦖 trex file
    • Upgrade guide
  • Support
    • Troubleshoot
    • FAQ
Powered by GitBook
On this page
  1. Installation guide
  2. Getting started

Windows

PreviousGetting startedNextRun as a service on Windows

Last updated 3 months ago

We have a video guide on how todo the installation and a textual guide, see below the video the textual guide.

1. Before you start, we need to setup a configuration file. We ship an example configuration that can be modified to your liking. This configuration file can be published to the same folder where the application will run from:

extension-name.exe publish:config

This will generate a config file, see example in “Getting started”. Check and configuration can be found in config.yml.

2. Make sure you have a license file in the directory.

3. Now we can start the extension server to test it:

extension-name.exe

When successful the extension can be used in production.

Windows inatllation guide