Running it · installing
Four steps to a running model
There is no installer to sign, no service to register and no account to make. You are looking at minutes, not an afternoon, and the longest part is your container runtime coming down the wire.
← Back to your laptop# once, and only this
$ install docker | podman | rancher
$ archmeta init my-architecture
$ cd my-architecture
$ ./archmeta.command # macOS
./archmeta.ps1 # Windows
./archmeta.sh # Linux
→ opens at 127.0.0.1:7777
- 01Install a container runtimeDocker, Podman or Rancher. This is the only thing you install, and the only step that takes real time.
- 02Create the repositoryOne command writes the folder, its configuration and the three launcher scripts.
- 03Run the launcherIt finds your runtime, pulls the image, starts it on port 7777 and opens your browser.
- 04Write your first elementsBy hand, or let an agent write them. Reload, and look at what came out.