serverapps:devhub
DevHub
軽量、開発支援コミュニケーション、チャット+メモ
- 数人前後の小さな開発向け
- 承認などはなし。1)
インストール
Require
- node.js
node.js
# yum install nodejs npm --enablerepo=epel
DevHubをインストール
# cd /srv # git clone git@github.com:volpe28v/DevHub.git # cd DevHub # npm install
起動
# node app.js
# node app.js -p 3000 -d devhub_db -t title
foreverを利用
インストール
# npm install -g forever
起動
# forever start app.js
参考
1)
basic認証は使える
serverapps/devhub.txt · 最終更新: 2021/05/11 02:33 by hayashi