Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.16 KB

File metadata and controls

27 lines (27 loc) · 1.16 KB

. ├── bin /** Shell scripts required by backend / │   └── ... ├── configure / Prepare the installation environment / │   └── ... ├── docker.d / Starter scripts for docker / │   └── ... ├── docker.yaml / Automatically generated. Do not change / ├── drumee-os / Drumee OS sources. Use npm run dev to make changes updated on the server / │   ├── server-team │   └── ui-team ├── LICENSE ├── log / Drumee log. Use npm run log.service or log.main**/ ├── node_modules │   ├── ... │   └── ... ├── plugins ├── runtime /** Drumee runtime directories (backend and frontend builds) / │   ├── server │   ├── static │   ├── tmp │   └── ui ├── setup / Automatically generated. Do not change / ├── storage / Drumee storage directories (db + meta file system) / │   ├── data │   └── db └── tree.md / This file **/