document_preview (#17166)
* document_preview * change name * document * add document_preview.sh * add document_preview.sh * add paddle_build.sh * nohup python * change port runserver * test doc * test=develop * test=develop * test=develop * add git clone FluidDoc,PaddlePaddle.org * change PaddlePaddle.org * Add port comment * change directory * change PADDLE_ROOTrevert-17304-fix_default_paddle_version
parent
91784f8ec3
commit
dd86b40058
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
PADDLE_ROOT=/paddle
|
||||
cd ${PADDLE_ROOT}
|
||||
git clone https://github.com/PaddlePaddle/FluidDoc
|
||||
git clone https://github.com/tianshuo78520a/PaddlePaddle.org.git
|
||||
sh ${PADDLE_ROOT}/FluidDoc/doc/fluid/api/gen_doc.sh
|
||||
pip install ${PADDLE_ROOT}/build/opt/paddle/share/wheels/*.whl
|
||||
apt-get update && apt-get install -y python-dev build-essential
|
||||
cd ${PADDLE_ROOT}/PaddlePaddle.org/portal
|
||||
pip install -r requirements.txt
|
||||
#If the default port is not occupied, you can use port 8000, you need to replace it with a random port on the CI.
|
||||
sed -i "s#8000#$1#g" runserver
|
||||
nohup ./runserver --paddle ${PADDLE_ROOT}/FluidDoc &
|
Loading…
Reference in new issue