Fetch the repository succeeded.
This action will force synchronization from openGauss/docs, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
docs maintains openGauss documentations which is integrated by online website. Now we are under developing. you are welcome to join us.
docker build -t docs:v0.0.1 .
note: here docs
is the image name, you can change it as you need.
docker run -p 80:80 -d docs:v0.0.1 > docs.pid
The website will serving on http://your-server-ip:80
The defalut language(en) will serving on http://your-server-ip/ Other language(zh) will serving on http://your-server-ip/zh
docker rm -f `cat docs.pid` && rm -f docs.pid
Please refer to CONTRIBUTING for more guide.
Sign in to post a comment
Repository Comments ( 0 )