Skip to main content

Installation

To install and run Pioneer, GitHub and Docker are required.

Clone GitHub repository#

git clone https://github.com/pioneer-io/pioneer.gitcd pioneer

Run Docker#

Running the docker-compose.yml file provided will create a single Docker network that runs all of the Pioneer application components.

To start the Pioneer application:

docker-compose up
Pioneer startup process in terminal

Access the User Interface#

Visit http://localhost:3000 and start creating your own feature flags!

Pioneer main dashboard