Skip to content

Development Environment Installation Guide

Setting up the development environment for Tracardi involves installing Tracardi from its source code. Follow these steps to accomplish the installation:

  1. Install Elasticsearch: Ensure that Elasticsearch is installed on your system. Elasticsearch is a prerequisite for Tracardi's functionality, especially for data storage and retrieval.

  2. Install Redis: Install Redis on your system. Redis is another essential component for Tracardi, used for caching and data storage purposes.

  3. Install from Source: Proceed to install Tracardi from its source code.