From c0ac76c58cb31c1c4076f0b6c22a1b83a7b3c384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 23 Mar 2018 15:50:40 +0100 Subject: [PATCH] Add script to bootstrap TFW dev environment --- bootstrap_tfw_dev.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bootstrap_tfw_dev.sh diff --git a/bootstrap_tfw_dev.sh b/bootstrap_tfw_dev.sh new file mode 100644 index 0000000..10b5118 --- /dev/null +++ b/bootstrap_tfw_dev.sh @@ -0,0 +1,13 @@ +set -e + +git clone git@github.com:avatao-content/baseimage-tutorial-framework.git +git clone git@github.com:avatao-content/frontend-tutorial-framework.git +git clone git@github.com:avatao-content/test-tutorial-framework.git + +cd frontend tutorial-framework +yarn install & +cd .. + +cd baseimage-tutorial-framework +docker build -t baseimage-tutorial-framework . +