当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
20 Star 18 Fork 118

openEuler / website-v2
关闭

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

website-v2

Reason why the repository's state is set to be closed: https://gitee.com/openeuler/community/pulls/4124 English | 简体中文

Attention

This repo will no longer be maintained from October 2022. Please submit new PRs and issues to Link.https://gitee.com/openeuler/openEuler-portal

Description

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

Software Architecture

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

The file directories are described 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 required to import documents, blogs, and news to Elasticsearch (ES).
    ├─ server  //This directory stores the code required for back-end deployment and operations. For details, refer to the README.md file in this directory.
    ├─ web-ui  //This directory stores the code required for front-end deployment and operations. For details, refer to the README.md file in this directory.

Installation

  1. For front-end project deployment, refer to the README.md file in the website-v2/web-ui/ directory.
  2. For back-end project deployment, 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/openeuler/website-v2.git
git@gitee.com:openeuler/website-v2.git
openeuler
website-v2
website-v2
master

搜索帮助