13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
# Разворачивание среды:
|
|
|
|
# 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
|
|
|