さくらVPS上でGithubに入れたnode.jsプロジェクトをJenkins経由でテストする
入ってなければ入れる。
node.jsのライブラリのインストールを行なっていた場合別途インストールは不要。
make install以降はroot又はsudoで実施。
| #!/bin/sh | |
| # | |
| # node.js | |
| # | |
| # chkconfig: - 80 20 | |
| # description: node application server | |
| # processname: node | |
| # Source function library. | |
| . /etc/rc.d/init.d/functions | 
| vmstat 1 | awk '{print strftime("%H:%M:%S"), $0}{fflush()}' | 
| [ | |
| { "keys": ["ctrl+shift+n"], "command": "new_window" }, | |
| { "keys": ["ctrl+shift+w"], "command": "close_window" }, | |
| { "keys": ["ctrl+o"], "command": "prompt_open_file" }, | |
| { "keys": ["ctrl+shift+t"], "command": "reopen_last_file" }, | |
| { "keys": ["alt+o"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "h", "ipp", "inl", "m", "mm"]} }, | |
| { "keys": ["ctrl+n"], "command": "new_file" }, | |
| { "keys": ["ctrl+s"], "command": "save" }, | |
| { "keys": ["ctrl+shift+s"], "command": "prompt_save_as" }, | |
| { "keys": ["ctrl+f4"], "command": "close_file" }, |