github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/scripts/testing-setup/README.md (about)

     1  # Instructions for setup
     2  
     3  - **May need to build image - if so**
     4    - `cd build-ami`
     5    - `sudo apt install packer`
     6    - `packer build package.json.pkr.hcl`
     7  - Install terraform - `sudo apt install terraform`
     8  - Update links in variables.tf to be correct - all are fine by default, but make sure it points to your public/private keypair. Make sure to check your ami (if you built a new one)
     9  - Run `./setup_cluster.sh`
    10  
    11  That's it!