diff --git a/setup.sh b/setup.sh index 0494da2..a0964df 100755 --- a/setup.sh +++ b/setup.sh @@ -2,14 +2,14 @@ (cd install/script && TRACING=1 ./setup.sh $@) -# Execute this on a freshly install ubuntu luna node +### 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 +## >>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 +# cd cyphernode # ./setup.sh -ci # docker-compose -f docker-compose.yaml up [-d] \ No newline at end of file