github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/deploy/dev/terraform/scripts/deploy_ais.sh (about)

     1  #!/bin/bash
     2  
     3  . /etc/profile.d/aispaths.sh
     4  
     5  cd "${AISTORE_SRC}"
     6  echo "Deploying AIStore: ${AIS_BACKEND_PROVIDERS}"
     7  make kill deploy <<< $'1\n1\n1\nn\nn\nn\nn\n0\n'
     8  make cli