Skip to content

iron-claw-972/ScoutingApp2022

Repository files navigation

Iron Claw Scouting App for 2022 (Water Game)

Project board: https://github.com/iron-claw-972/ScoutingApp2022/projects/2

Tools

Setup

  1. Download Docker and Docker Compose
  2. Clone this repository
  3. Open Powershell or Command Prompt or Terminal or some equivalent program
  4. Navigate to the root of the repository using cd <location of repository>
  5. Copy .env.example to .env
  6. Change the values in .env as needed

Running

Development

docker-compose -f "docker-compose.dev.yml" up -d --build

Production

docker-compose -f "docker-compose.prod.yml" up -d --build

Useful Commands

View logs

docker-compose -f 'docker-compose.dev.yml' -p 'ScoutingApp2022' logs -f

About

Scouting System for Water Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published