Installation methods
Tobira can be installed via different methods.
Manually deploy binary
As Tobira is compiled into a single binary, manually installing Tobira is fairly easy.
Get the appropriate tobira-<target> binary for your architecture from our releases and copy it to your server.
You can place it anywhere you want, but we suggest creating a directory /opt/tobira and placing it there.
The rest of these docs also assumes that you rename it to just tobira, i.e. stripping the target suffix, so that the binary is /opt/tobira/tobira.
If you need to build your own binary, see this document for more information.