1 Star 0 Fork 1.2K

Luke / docs

forked from openGauss / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

docs

English | 简体中文

Brief Introduction

docs maintains openGauss documentations which is integrated by online website. Welcome to join us.

Installation

  1. Build Image
docker build -t docs:v0.0.1 .

note: here docs is the image name, you can change it as you need.

  1. Running in container
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

  1. Stopping the container
docker rm -f `cat docs.pid` && rm -f docs.pid

Get Help

The MIT License (MIT) Copyright (c) 2016 DevCows Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

openGauss documentation expand collapse
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/zju_hzd/docs.git
git@gitee.com:zju_hzd/docs.git
zju_hzd
docs
docs
master

Search