Open sakakendo opened 6 years ago
-[] nginx https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages
echo 'deb http://nginx.org/packages/ubuntu/ $release nginx' > /etc/apt/sources.list.d/nginx.list
echo 'deb-src http://nginx.org/packages/ubuntu/ $release nginx' >> /etc/apt/sources.list.d/nginx.list
sudo apt-get update
sudo apt-get install nginx
-[] nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
source ~/.bashrc
https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages -[]node
nvm install --lts
nvm use --lts
-[]npm
#npm list -g --depth 0
/root/.nvm/versions/node/v8.11.4/lib
├── forever@0.15.3
├── hexo-cli@1.1.0
└── npm@5.6.0
-[] enviroment
$SLACK_TOKEN
nodejs -> root nginx -> root
forever api-server/app.js
forever bot/bot.js
インストールするものをまとめておく