Quick Start Guide

Get running in 5 minutes or less!

  1. Clone our Demo Application for the quickest of starts.

  1. Sermos.yaml

  • The demo contains a sermos.yaml file, which is a configuration file that tells Sermos how to build your application (which API endpoints to build, what workers exist, etc.).

  1. Contact Us

  • Contact sermos@rho.ai to get your demo deployment up and running!

Prerequisites

  1. Python codebase

  1. Python Environment

  • Ensure your local machine has a valid Python environment. We recommend using pyenv for your python executables and virtualenv to isolate your environments.