Skip to content

Commit

Permalink
Create config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mchadwick-iqt authored Feb 14, 2023
1 parent 7f6d066 commit f41414f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
printf "\n\nDownload Docker-Compose SkyScan Files..."
curl -fsSL https://raw.githubusercontent.com/IQTLabs/SkyScan/main/docker-compose.yml -o docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/IQTLabs/SkyScan/main/env-example -o .env

printf "\n\nDownload Aircraft Database..."
mkdir ./data
curl -fsSL https://opensky-network.org/datasets/metadata/aircraftDatabase.csv -o ./data/aircraftDatabase.csv

printf "\n\nDownload Docker Containers..."
docker-compose pull

printf "\n\n\n\n----------------------------------------------------------"
printf "\n1: Configure network interface to same as Axis Camera (192.168.1.x)"
printf "\n2: Configure .env file appropriately"
printf "\n3: docker-compose up"
printf "\n----------------------------------------------------------"

0 comments on commit f41414f

Please sign in to comment.