Building from Source
Building from source with Go
Last updated
Was this helpful?
Building from source with Go
Last updated
Was this helpful?
To build the server you will need to have Go installed and all the requirements for Go ready.
Go simplifies the build, so to be able to build and use all you need to do is clone the repo from the following link:
Once it is cloned, you will need to build it as follows;
This will generate and run the server binaries for you.
To also be able to use the CLI you can build the crimsonq-cli as follows;
This will build the cli and add it to your bin so you can call crimsonq-cli
from any path now, for more information about the cli, you can go to the