StefanieZhao7 commented on code in PR #162: URL: https://github.com/apache/iotdb-docs/pull/162#discussion_r1466206441
########## src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md: ########## @@ -1166,4 +1163,314 @@ Run the remove-datanode script on an active DataNode: ### FAQ -See [FAQ](https://iotdb.apache.org/UserGuide/Master/FAQ/FAQ-for-cluster-setup.html). \ No newline at end of file +See [FAQ](https://iotdb.apache.org/UserGuide/Master/FAQ/FAQ-for-cluster-setup.html). + +## AINode deployment + +### Installation environment + +#### Recommended Operating System + +Ubuntu, CentOS, MacOS + +#### Runtime Environment + +AINode currently requires Python 3.8 or higher with pip and venv tools. + +For networked environments, AINode creates a virtual environment and downloads runtime dependencies automatically, no additional configuration is needed. + +In case of a non-networked environment, you can download it from https://cloud.tsinghua.edu.cn/d/4c1342f6c272439aa96c/to get the required dependencies and install them offline. + +### Installation steps + +Users can download the AINode software installation package, download and unzip it to complete the installation of AINode. You can also download the source code from the code repository and compile it to get the installation package. + +### Software directory structure + +After downloading and extracting the software package, you can get the following directory structure + +```Shell +|-- apache-iotdb-AINode-bin + |-- lib # package binary executable with environment dependencies + |-- conf # store configuration files + - iotdb-AINode.properties + |-- sbin # AINode相关启动脚本 Review Comment: 这里有中文 ########## src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md: ########## @@ -1163,4 +1163,314 @@ Run the remove-datanode script on an active DataNode: ### FAQ -See [FAQ](https://iotdb.apache.org/UserGuide/Master/FAQ/FAQ-for-cluster-setup.html). \ No newline at end of file +See [FAQ](https://iotdb.apache.org/UserGuide/Master/FAQ/FAQ-for-cluster-setup.html). + +## AINode deployment + +### Installation environment + +#### Recommended Operating System + +Ubuntu, CentOS, MacOS + +#### Runtime Environment + +AINode currently requires Python 3.8 or higher with pip and venv tools. + +For networked environments, AINode creates a virtual environment and downloads runtime dependencies automatically, no additional configuration is needed. + +In case of a non-networked environment, you can download it from https://cloud.tsinghua.edu.cn/d/4c1342f6c272439aa96c/to get the required dependencies and install them offline. + +### Installation steps + +Users can download the AINode software installation package, download and unzip it to complete the installation of AINode. You can also download the source code from the code repository and compile it to get the installation package. + +### Software directory structure + +After downloading and extracting the software package, you can get the following directory structure + +```Shell +|-- apache-iotdb-AINode-bin + |-- lib # package binary executable with environment dependencies + |-- conf # store configuration files + - iotdb-AINode.properties + |-- sbin # AINode相关启动脚本 Review Comment: 这里有中文 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
