README.md

    openEuler website

    Brief Introduction

    Docs maintains openEuler documentaions which is integrated by online website. Now we are under developing. you are 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

    Contribution

    1. Fork the repository
    2. Create Feature_xxx branch
    3. Commit your code
    4. Create Pull Request

    Please refer to CONTRIBUTING for more guide.

    Get Help

    项目简介

    This is openEuler documentation repository,

    发行版本

    当前项目没有发行版本

    贡献者 28

    全部贡献者

    开发语言

    • HTML 44.7 %
    • CSS 44.0 %
    • JavaScript 8.8 %
    • Dockerfile 2.5 %