Demonstration project for Vatnage6. Mind this is not a production setting, credentials are hard-coded for demo purposes
- Install Docker for Windows
- Install Python (>= 3.8), not via Anaconda as this is unavailable on the command line
- Set
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope LocalMachine
in powershell with administrator privileges - Go to infrastructure in command line:
cd <your download location>\infrastructure
- Run the setup shell-script
.\setup.ps1
- Install Docker Engine:
curl -fsSL https://get.docker.com | sh
- Install Python:
sudo apt install python3 python-as-python3 python3-pip
- Go to infrastructure in command line:
cd <your download location>/infrastructure
- Run the setup shell-script
sh setup.sh
- Install Docker Desktop for mac
- Install Python (>= 3.8), not via Anaconda as this is unavailable on the command line
- Go to infrastructure in command line:
cd <your download location>/infrastructure
- Run the setup shell-script
sh setup.sh