Добавил шаги разворачивания среды
This commit is contained in:
12
docs/readme.txt
Normal file
12
docs/readme.txt
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user