- Automation script
- Self hosted node
- Ephemeral node
- Short use node
The Matrix script below will allow for very fast installation. This was tested on a Ubuntu 22.04 (LTS) node. With install scripts like this we are able to create a server in less than a minute. When finished using the node the user can delete the node. Simply spin up a Linux node and run these four commands. There will be some basic setup prompts such as the domain name for the server you are creating.
sudo apt -y install git && sudo apt -y install make && git clone https://www.peerlab.io/code/ins-matrix.git
cd ins-matrix && make install