1.2 KiB
1.2 KiB
| title | weight | description |
|---|---|---|
| CNOE Showtime | 6 | CNOE hands on |
{{% pageinfo color="info" %}}
Summary
CNOE is a 'Platform Engineering Framework' (Danger: Our wording!) - it is open source and locally runnable.
It consists of the orchestrator 'idpbuilder' and both of some predefined building blocks and also some predefined platform configurations.
{{% /pageinfo %}}
Orchestrator 'idpbuilder'
The orchestrator in CNOE is called 'idpbuilder'. It is locally installable binary
A typipcal first setup ist described here: https://cnoe.io/docs/reference-implementation/technology
# this is a local linux shell
# check local installation
type idpbuilder
idpbuilder is /usr/local/bin/idpbuilder
# check version
idpbuilder version
idpbuilder 0.8.0-nightly.20240914 go1.22.7 linux/amd64
# run
$idpbuilder create --use-path-routing --log-level debug --package-dir https://github.com/cnoe-io/stacks//ref-implementation
Show time steps
tbc
{{% pageinfo color="info" %}}
What comes next?
Last not least we want to sum up the whole way from Devops to 'Frameworking' (is this the correct wording???) {{% /pageinfo %}}