blob: 668d35e540db405bb41656811e820ae8e1744711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
: Leap Platform Demo, Part 2: Initializing and deploying nodes
cd ~/leap/demo/example.org
leap list
: Now we initialize all nodes, specifying the "production" tag which all nodes we created have assigned.
: Be sure to verify the ssh fingerprints !
leap node init production
: Ok, lets delpoy !
leap --yes deploy
exit
|