Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.56 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.56 KB

PandemicPanic

Designed in MSPaint Powered by Black Magic Not Gluten Free

Hello! This is the repo for FTC Team 12675 Hermit Social Club's code for the 2021 season onwards. Feel free to take a look around at some of the things we've built this year!

What's in a Name?

https://www.reddit.com/r/FTC/comments/fjcfmn/its_panic_time/

Install Instructions

Dockerfile (Reccomended)

This repo has a convenient (and rather large) docker file that handles most of the Android SDK versioning, NDK installs, Cmake, and Rust. To setup the dockerfile:

  1. Install Docker Desktop
  2. Clone the repo with git clone https://github.com/Arc-blroth/PandemicPanic --recurse-submodules pandemic_panic
  3. Build the Dockerfile with docker build --rm -t hermitsocialclub/pandemicpanic:latest .. This should make a docker image with the tag hermitsocialclub/pandemicpanic
  4. Run the dockerfile with docker-compose up -d
  5. To get a shell on the running container, use docker exec -ti Steven /bin/bash.
  6. Run docker-compose down to end the container.