From 3ce6af1357fd2f80ff07f7d73c8ff958cfda5602 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 11 Feb 2019 17:05:47 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=88=D0=B0=D0=B3=D0=B8=20=D1=80=D0=B0=D0=B7=D0=B2=D0=BE=D1=80?= =?UTF-8?q?=D0=B0=D1=87=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=81=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/readme.txt diff --git a/docs/readme.txt b/docs/readme.txt new file mode 100644 index 00000000..6fac2f21 --- /dev/null +++ b/docs/readme.txt @@ -0,0 +1,12 @@ +# Разворачивание среды: + +# GIT REPO +sudo apt install ssh git +git clone + +#nodejs +sudo apt install -y curl +curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - +sudo apt install -y nodejs +npm i +