Installation Options
Catena is source available, which means you need to either run it on your machine or deploy it to a live environment that you control.
Running Catena Locally
The only supported method for installing Catena locally is by building it from source. You may either do this by compiling Catena directly on your machine or by using Docker.
Source (Recommended)
Run Catena From Source on Your Machine
Docker
Run Catena With Docker on Your Machine
Deploying Catena to a Live Environment
Alternatively, you can deploy Catena to live environment such as Heroku or AWS.
Heroku
Use this method if you prefer the quickest and easiest deployment.
AWS (Single Node)
Use this method if you prefer to run your infrastructure on AWS.
When you're ready, check out our CI/CD information on automated tested and integrating Catena into your CI/CD pipeline.