Files
liberama/docs
Book Pauk 32cbb2a82c 0.3.5
2019-02-19 11:30:24 +07:00
..
2019-02-19 11:30:24 +07:00

# Разворачивание среды:

# 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