Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 575 Bytes

File metadata and controls

17 lines (13 loc) · 575 Bytes

apidoc

automatic api publisher, using svn&gitbook

1. require

2. install

  • test on CentOS release 6.4
  • add php&node into $PATH
  • chmod u+x start.sh stop.sh
  • add update.sh into crontab, eg.

    crontab -e */1 * * * * export LANG=zh_CN.UTF-8 && cd /home/peichongen/apidoc/book/ && /home/peichongen/share/php/bin/php -c /home/peichongen/share/php/lib/ update.php >> /home/peichongen/apidoc/book/update.log 2>&1