Quick Start

This guide covers quickly downloading and installing gradient fox on your development or test environment. For instructions on how to configure and run gradient fox in production environment, please check the Installation documentation.

Before clicking on the download link below, carefully read the terms of the license agreement. By clicking and downloading the software you are consenting to be bound by the license agreement. Do not click on download unless you agree to all terms of the license agreement.

Prerequisites

You will need to have Docker Compose installed and working before you can run gradient fox. You can verify that you have it installed and working correctly by running the following on the command line.

docker compose version

Download

Download the latest compose.yaml file from our website and save it your local hard-drive.

Running

You can start gradient fox and the related services by running the following on the command line in the same directory where you downloaded the compose.yaml file.

docker compose up

Connecting

After the docker services have started up, you can connect your browser to gradient fox UI using the following URL

localhost:8098

When you connect for the first time, you will need to register your initial admin user. Remember not to lose the password that you used to create this user!