Brood, Spire and Moonstream
To set up your environment for development, do the following:
- Clone the git repository and fetch all modules
git clone --recurse-submodules https://github.com/bugout-dev/bugout-stack.git- Install Docker (https://docs.docker.com/engine/install/)
- Install Docker Compose (https://docs.docker.com/compose/install/)
- At first, prepare environment variables
./brood/configs/docker_generate_env.bash -d db_dev
./moonstream/backend/configs/docker_generate_env.bash -d db_dev
./moonstream/db/configs/docker_generate_env.bash -d db_dev- Run containers with docker-compose
docker-compose up --build