github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/cloud/install.sh (about) 1 #!/bin/bash 2 # 3 # Change the following three parameters to suit your specific situation. Choosing the correct LOCATION 4 # is critical for preventing excessive data transfers costs and should be the same as where you intend 5 # on deploying your GPU AI infrastructure 6 # 7 export LOCATION=eastus 8 export MINIO_ACCESS_KEY=[An access key you choose and is secret to you, and users of StudioML, LEAF] 9 export MINIO_SECRET_KEY=[A secret key you choose and is secret to you, and users of StudioML, LEAF. Must be at least 8 characters in length.] 10 # 11 # 12 # Set passwords that are private to your installation in the next two lines. Choose passwords that 13 # are more than 8 characters. 14 # 15 export RMQ_ADMIN_PASSWORD=[A secret key you choose and is secret to the administrator] 16 export RMQ_USER_PASSWORD=[A secret key you choose and is secret to users of StudioML, or LEAF] 17 # 18 mkdir -p installer/azure 19 wget -O installer/azure/install.sh https://raw.githubusercontent.com/leaf-ai/studio-go-runner/master/cloud/azure/install.sh 20 /bin/bash installer/azure/install.sh