Integration Process

To fully integrate and deploy Aiviro, we recommend the following steps:

  1. Create git repository for your project, where you will store your code.

    • we’re using GitLab, but GitHub or BitBucket will work just as well

    • to follow our best practices, see Git Repository

  2. Initialize project structure & push it to git, see Create Project & Scenarios

  3. Create and implement your first scenario

  4. Push your code to git

  5. Now you can run your scenario locally or deploy it to server

  6. If you chose to deploy to server, you have to register your scenario as Flow, see Register Flow