#!/bin/bashPADDLE_ROOT=/paddlecd${PADDLE_ROOT}git clone https://github.com/PaddlePaddle/FluidDocgit clone https://github.com/tianshuo78520a/PaddlePaddle.org.gitsh ${PADDLE_ROOT}/FluidDoc/doc/fluid/api/gen_doc.shpip install${PADDLE_ROOT}/build/opt/paddle/share/wheels/*.whlapt-get update && apt-get install-y python-dev build-essentialcd${PADDLE_ROOT}/PaddlePaddle.org/portalpip 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" runservernohup ./runserver --paddle${PADDLE_ROOT}/FluidDoc &