Prymon / api_publisher

automatic api publisher, using svn&gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

automatic api publisher, using svn&gitbook

License:Apache License 2.0


Languages

Language:PHP 72.1%Language:HTML 17.0%Language:Shell 10.8%