How to Scaffold an App

Background

See this page for what Scaffold is:

Scaffold

Prerequisites

  1. Install Docker https://docs.docker.com/engine/install/

    1. We currently only support Docker for containerization

    2. Make sure it includes Docker Compose

Steps to Scaffold an App

  1. Run the scaffold app create command in the root of your app directory.

Your app directory is wherever you want to store the configuration files for the app. A good choice would be a git versioned repository

stoobly-agent scaffold app create <APP-NAME>
  1. A Stoobly context will be created in the app directory if it does not already exist

  2. Inside the context folder, a docker folder will be created with initial core services

Last updated

Was this helpful?