centOS 搭建pipelineDB docs
生活随笔
收集整理的這篇文章主要介紹了
centOS 搭建pipelineDB docs
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#下載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
?
?
轉載于:https://www.cnblogs.com/sangli/p/5001055.html
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的centOS 搭建pipelineDB docs的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: stm32_DMA采集一个AD数据_并通
- 下一篇: bzoj1085骑士精神(搜索)