2022-02-13 17:58:25 +01:00
|
|
|
# GSL: Installation
|
2022-02-16 14:30:04 +01:00
|
|
|
------------------------------------------------------------------------
|
2022-02-13 17:58:25 +01:00
|
|
|
|
|
|
|
To avoid sudo, you should give permissions to USER
|
|
|
|
|
|
|
|
## --Prefix for DOMAIN configuration (set according to user choice):
|
|
|
|
- HOME: ~/.config/gsl
|
|
|
|
- GLOBAL: /var/lib/gsl
|
|
|
|
- Folder: --Prefix/domains/ (created with $ gsl new)
|
|
|
|
|
|
|
|
### DOMAIN Datas from Prefix:
|
|
|
|
- Folder: --Prefix/DOMAIN/ (Created by GSL)
|
|
|
|
- - Files: DOMAIN.conf, authors.db (Created by GSL)
|
2022-02-16 14:40:26 +01:00
|
|
|
- - Folder: --Prefix/DOMAIN/templates/ (css, logos...) (Created by GSL)
|
2022-02-13 17:58:25 +01:00
|
|
|
|
|
|
|
## Destination Folder: /etc/gsl/
|
|
|
|
- File: gsl.conf
|
|
|
|
|
|
|
|
## Destination Folder: /var/lib/gsl/
|
|
|
|
- Folder: db (Created by GSL)
|
|
|
|
- Folder: helps
|
|
|
|
- Folder: scripts
|
|
|
|
- File: README.md
|
|
|
|
|
|
|
|
## Destination Folder: /var/log/gsl
|
|
|
|
- File: gsl.log (Created and managed by GSL $ gsl log clean...)
|
|
|
|
|
|
|
|
## Destination Folder: /usr/local/bin
|
|
|
|
- File: gsl
|
|
|
|
|
2022-02-16 16:57:20 +01:00
|
|
|
## Destination Folder: /usr/share/bash-completion/completions/gsl
|
|
|
|
- File: gsl
|
|
|
|
|