teamET / 2018.perform

https://kunugida2018.tokyo-ct.ac.jp
4 stars 1 forks source link

サーバーで必要なものの洗い出し #102

Open sakakendo opened 6 years ago

sakakendo commented 6 years ago

インストールするものをまとめておく

sakakendo commented 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

sakakendo commented 6 years ago

34

sakakendo commented 6 years ago

nodejs -> root nginx -> root

sakakendo commented 6 years ago
forever api-server/app.js
forever bot/bot.js