Directory tree - gd-99/symbiogd GitHub Wiki

  • boot: boot files
  • lib: [basic libraries](JS library)
  • uis: [user interfaces](User interfaces)
  • etc: system config
  • home: users files (one directory per user)
  • lib: system library (PHP library)
  • ctrl: controllers
  • dao: data access objects
  • entities: database entities (e.g. a user)
  • manager: database managers
  • vendor: third-party libraries
  • sbin: PHP scripts handling requests (HTTP, WebSockets...)
  • usr: user apps (apps executed by normal users)
  • bin: apps commands (e.g. can be launched from a terminal)
  • etc: apps global config
  • lib: apps libraries
  • share: apps shared files (HTML, CSS, images, icons, [launchers](Create a launcher), themes, translations...)
  • var: variable files (databases, logs...)