Back to Chaosmonkey

Running Locally

docs/Running-locally.md

2.1.3332 B
Original Source

Note: this doc is in progress

To run locally, you need a local MySQL and a local Spinnaker. This page describes how to start both of those up using Docker containers

MySQL

This will start up a MySQL container with the root password as password.

bash
docker run -e MYSQL_ROOT_PASSWORD=password -p3306:3306 mysql:8.0