title: Installation Package Directory sidebar_position: 3.1

Download the officially released Compilation Complete Package, and the decompressed directory structure is as follows:


├── 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