This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git
The following commit(s) were added to refs/heads/master by this push:
new fd858ce update build script (#6)
fd858ce is described below
commit fd858cef868577fc6c58843a9183eb51ff3573b1
Author: color_cat <[email protected]>
AuthorDate: Wed Mar 16 15:27:19 2022 +0800
update build script (#6)
* [build] update build script
---
build.sh | 1 +
docs/Doris Manager Compiling & Deploying.md | 29 +++++++++++++++++++++++++++++
docs/Doris Manger Cluster Managenent.md | 19 +++++++++++++++++++
docs/Doris Manger Initializing.md | 19 +++++++++++++++++++
docs/Doris Manger System Settings.md | 19 +++++++++++++++++++
docs/Doris Manger User Space Management.md | 19 +++++++++++++++++++
6 files changed, 106 insertions(+)
diff --git a/build.sh b/build.sh
index e44fe2c..75ad587 100644
--- a/build.sh
+++ b/build.sh
@@ -20,6 +20,7 @@ echo "build doris manager home path"
echo "build doris manager frontend start"
cd frontend
+npm config set legacy-peer-deps true
npm install
npm run build
echo "build doris manager frontend end"
diff --git a/docs/Doris Manager Compiling & Deploying.md b/docs/Doris Manager
Compiling & Deploying.md
index f4b090b..38bb737 100644
--- a/docs/Doris Manager Compiling & Deploying.md
+++ b/docs/Doris Manager Compiling & Deploying.md
@@ -1,5 +1,34 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
# Doris Manager 编译部署文档
+## Requirements
+<a href="https://github.com/apache/incubator-doris-manager">
+ <img src="https://img.shields.io/badge/Node-%3E14.17.6-blue" alt="node
version required" />
+</a>
+<a href="https://github.com/apache/incubator-doris-manager">
+ <img src="https://img.shields.io/badge/Java-%3E%3D1.8.0-blue" alt="java
version required" />
+</a>
+<a href="https://github.com/apache/incubator-doris-manager">
+ <img src="https://img.shields.io/badge/Maven-%3E%3D3.0.0-blue" alt="maven
version required" />
+</a>
+
## 一、代码编译和运行
### 一)编译
直接运行build.sh脚本,会在manager路径下生成安装运行包——output,包中包括:
diff --git a/docs/Doris Manger Cluster Managenent.md b/docs/Doris Manger
Cluster Managenent.md
index 53a195d..17eba87 100644
--- a/docs/Doris Manger Cluster Managenent.md
+++ b/docs/Doris Manger Cluster Managenent.md
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# **集群管理**
超级管理员和空间管理员在集群模块下主要可进行如下操作:
diff --git a/docs/Doris Manger Initializing.md b/docs/Doris Manger
Initializing.md
index 88efab2..59747ee 100644
--- a/docs/Doris Manger Initializing.md
+++ b/docs/Doris Manger Initializing.md
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# 初始化
完成部署之后,系统管理员需要完成本地初始化。
diff --git a/docs/Doris Manger System Settings.md b/docs/Doris Manger System
Settings.md
index 380676a..cf51643 100644
--- a/docs/Doris Manger System Settings.md
+++ b/docs/Doris Manger System Settings.md
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# **平台设置**
超级管理员管理员在平台模块下主要可进行如下操作:
diff --git a/docs/Doris Manger User Space Management.md b/docs/Doris Manger
User Space Management.md
index a9a2f38..a88b957 100644
--- a/docs/Doris Manger User Space Management.md
+++ b/docs/Doris Manger User Space Management.md
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# **空间管理**
## 空间
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]