Update readme

This commit is contained in:
Jonas Juselius
2019-10-16 21:14:51 +02:00
parent 1b8681e85f
commit 1f1cd1a452

View File

@@ -5,15 +5,15 @@
1. Install n basic nodes (node-1, ..., node-n) running nixos. 1. Install n basic nodes (node-1, ..., node-n) running nixos.
``sh ```sh
git submodule init git submodule init
git submodule update git submodule update
`` ```
## Installation ## Installation
``sh ```sh
cd clusters cd clusters
cp -r template cluster-1 cp -r template cluster-1
cd cluster-1 cd cluster-1
@@ -23,5 +23,5 @@ for i in node-1 node-2 node-3; do
done done
vi default.nix # add nodes and ip:s, etc. vi default.nix # add nodes and ip:s, etc.
../../bin/deploy.sh cluster-1 ../../bin/deploy.sh cluster-1
`` ```