首页 > 数据库技术 > 详细

centOS 搭建pipelineDB docs

时间:2015-11-27 17:26:54      阅读:352      评论:0      收藏:0      [点我收藏+]

#下载docs

git clone https://github.com/pipelinedb/docs.git

 

#安装python-sphinx &python-dev

yum install install python-sphinx

yum install python-devel.x86_64 

 

#python安装sphinx && aws

pip install sphinx_rtd_theme sphinx-autobuild awscli

------------------------------------------------------------

 

make

make serve

#同步docs

make s3

 

#访问

http://127.0.0.1:8000

如果想别人也能访问,修改Makefile:

serve: all

          sphinx-autobuild . _build/html -H 0.0.0.0

 

 

centOS 搭建pipelineDB docs

原文:http://www.cnblogs.com/sangli/p/5001055.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!