Installation Package Directory

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

  1. ├── bin
  2. ├── checkEnv.sh //deployment environment verification script
  3. ├── common.sh
  4. └── install.sh //script to execute the installation
  5. ├── deploy-config
  6. ├── db.sh //database connection configuration
  7. └── linkis-env.sh //related environment configuration information
  8. ├── DISCLAIMER
  9. ├── LICENSE
  10. ├── licenses
  11. ├── linkis-package //microservice related startup configuration files, dependencies, scripts, linkis-cli, etc.
  12. ├── bin
  13. ├── conf
  14. ├── db
  15. ├── lib
  16. └── sbin
  17. ├── NOTICE
  18. ├── README_CN.md
  19. └── README.md