blob: eb88711cd29aa58faf39facbbd2fc15c04f96584 [file] [log] [blame] [view]
---
title: Installation Package Directory
sidebar_position: 3.1
---
Download the officially released [Compilation Complete Package](https://linkis.apache.org/zh-CN/download/main), and the decompressed directory structure is as follows:
```html
├── bin
│ ├── checkEnv.sh //deployment environment verification script
│ ├── common.sh
│ └── install.sh //script to execute the installation
├── deploy-config
│ ├── db.sh //database connection configuration
│ └── linkis-env.sh //related environment configuration information
├── DISCLAIMER
├── LICENSE
├── licenses
├── linkis-package //microservice related startup configuration files, dependencies, scripts, linkis-cli, etc.
│ ├── bin
│ ├── conf
│ ├── db
│ ├── lib
│ └── sbin
├── NOTICE
├── README_CN.md
└── README.md
```