ganama 0.1.2
ganama: ^0.1.2 copied to clipboard
The CLI for the Ganama VM. Allows for the creation and orchestrations.
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.