Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 609 Bytes

Deploy

Scripts & files for deploying the SpaceXLaunchBot system.

This is more for myself rather than for someone setting up a clone, but feel free to use this if that's what you want to do.

Scripts

All the scripts in the scripts directory are written to be executed from the root of this repository, for example

cd ~/deploy
./scripts/up

Deployment

The Docker compose file binds the stats server to 127.0.0.1:8080 on the host.

git clone https://github.com/SpaceXLaunchBot/deploy.git
cd deploy
vi config.env
chmod +x scripts/*
./scripts/up