Book Pauk cc66c7f5ce Версия 0.5.1, поправки для работы на продакшене 6 år sedan
..
omnireader cc66c7f5ce Версия 0.5.1, поправки для работы на продакшене 6 år sedan
readme.txt 3ce6af1357 Добавил шаги разворачивания среды 6 år sedan

readme.txt

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

# 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