You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flagsmith/README.md

17 lines
606 B

5 years ago
# Bullet Train in Docker
5 years ago
You can use this repo to set up an entire [Bullet Train Feature Flag](https://bullet-train.io) environment locally. Just clone the repo and run docker-compose:
5 years ago
```bash
git clone https://github.com/BulletTrainHQ/bullet-train-docker.git
cd bullet-train-docker
5 years ago
docker-compose up
```
Wait for the images to download and run, then visit `http://localhost:8080/`. As a first step, you will need to create a new account.
For more information, please visit:
5 years ago
- [Bullet Train Feature Flag Homepage](https://bullet-train.io)
5 years ago
- [Bullet Train Documentation](https://docs.bullet-train.io/)