Skip to content
igara edited this page Jan 1, 2016 · 3 revisions

SyoNet

https://syonet.work/

Cloud9

http://syonet.work:8080/ide.html

下記は起動用のメモコマンド

Cloud9

cd ~/c9sdk
nohup node server.js -p 8080 -a XXX:XXX -w /root/slack_rack_php/ &

停止するとき

ps alx | grep node

Web

nohup ~/.phpenv/versions/7.0.0RC6/sbin/php-fpm &
nohup h2o -c http.conf &

Clone this wiki locally