- Deploy a new Vultr server. I opted for a little single CPU, 512 mb server. It only supports IPv6, hopefully that doesn't become a problem for homebase... We'll find out.
- ssh into the new server. Turns out I needed to specify the interface since it is IPv6. Looked a little something like:
ssh -6 root@xxxxxxxxxxxxxxxxxxxxxxxx
- Next up, install
nvm
so we can install node. At the time of setup, this is the script I used: