Deployment¶
Clone the repository¶
SBOS is managed as a mono-repo. Clone the repository and work in the project directory.
Configuration¶
Playground can be configured with various options. Please follow this guide to configure it.
Deploy the server¶
In the playground directory (projects/sbos-playground
), run
- make sure the context is correct if not using
docker-compose
butdocker build
and make sure thedocker-compose
version is at leastv2
In development mode, run
Then, open http://localhost:9000/brickapi/v1/docs. If the swagger API page is shown, congratulations! Now you can move to the next step in initialize playground.