1 Star 0 Fork 118

devin-cwd / openeuler-website-v2

forked from openEuler / website-v2
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 1.48 KB
一键复制 编辑 原始数据 按行查看 历史

website-v2

English | 简体中文

Description

Website-v2 is the source code repository of openeuler community official website.

Software Architecture

The website used vuepress + node.js as the basic framework of the front and back end. Most of the functions are only rendered through static files, and only a few function modules (calendar, CVE, search) need back-end deployment.

The file directory is explained as follows:

website-v2
    ├─ data    //This directory stores the module data independently maintained by a specific responsible person. For example, the current directory stores the data required for compatibility query.
    ├─ script  //This directory stores the scripts needed to import documents, blogs and news into es (elastic search).
    ├─ server  //This directory stores the code needed for back-end deployment and operation. For details, please refer to the README.md file in this directory.
    ├─ web-ui  //This directory stores the code needed for front-end deployment and operation. For details, please refer to the README.md file in this directory.

Installation

  1. For front-end project deployment, please refer to README.md file in website-v2 / web-ui / directory.
  2. For back-end project deployment, please refer to the README.md file in the website-v2 / server / directory.

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request
JavaScript
1
https://gitee.com/devin-cwd/openeuler-website-v2.git
git@gitee.com:devin-cwd/openeuler-website-v2.git
devin-cwd
openeuler-website-v2
openeuler-website-v2
master

搜索帮助