Note: this repoistory is used in conjunction with the Hybrid Training Course Setup instructions will be provided during the lecture
Download the repo:
git clone https://github.com/InfluxCommunity/InfluxDB-Roadshow-Training.git
cd InfluxDB-Roadshow-Training
First time setup
chmod +x ./setup
./setup
This training enviromenmt was not designed for Windows users. However, if you would like to attempt to run this training on Windows you can try the following setup:
git clone https://github.com/InfluxCommunity/InfluxDB-Roadshow-Training.git
cd InfluxDB-Roadshow-Training
.\setup-windows.ps1
If this does not work, you may still take part in the training by using the online training environment found "here".
For first time use please make sure you use the setup script first as this installs the FlightSQL Grafana plugin. Once run you may control your demo instance with the following commands:
Spin up instance:
docker-compose up -d
Spin down instance:
docker-compose down -d