From 47638b5e724f2981f1d976b869a586d96531615e Mon Sep 17 00:00:00 2001 From: jash Date: Thu, 11 Oct 2018 20:51:21 +0200 Subject: [PATCH] just some docs --- setup.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1018ba4..0494da2 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,15 @@ #!/bin/bash -(cd install/script && TRACING=1 ./setup.sh $@) \ No newline at end of file +(cd install/script && TRACING=1 ./setup.sh $@) + +# Execute this on a freshly install ubuntu luna node +# curl -fsSL get.docker.com -o get-docker.sh +# sh get-docker.sh +# sudo usermod -aG docker $USER +# logout and relogin +# git clone --branch features/install --recursive https://github.com/schulterklopfer/cyphernode.git +# sudo curl -L "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose +# sudo chmod +x /usr/local/bin/docker-compose +# cd cyphermode +# ./setup.sh -ci +# docker-compose -f docker-compose.yaml up [-d] \ No newline at end of file