Skip to content

Running Fireant

Matthew Treadwell edited this page Mar 13, 2021 · 2 revisions

Run locally

In order to run locally, you must have python 3.9+, JDK 8, and Apache ant. After installing dependencies, Fireant can run from the command line.

python main.py

Run with Docker

In order to run with docker, ensure docker is installed. The following commands will compile and run the docker container for fireant.

docker image build -t fireant-ci/fireant .
docker run -it fireant-ci/fireant
Clone this wiki locally