A Ganama VM CLI
Installing
Globally install the cli with dart pub.
Getting started
- Define your orchestration
- Orchestrate with by running this cli with no arguments:
ganama
. - Start the orchestration:
cd ./ganama; docker compose up
- Edit settings. Navigate to
http://localhost:3002
to edit the config for your orchestration.
Enjoy! Better docs coming soon.