30 lines
765 B
Plaintext
30 lines
765 B
Plaintext
|
# GSL: Installation
|
||
|
|
||
|
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)
|
||
|
- - Folder: --Prefix/DOMAIN/tmeplates/ (css, logos...) (Created by GSL)
|
||
|
|
||
|
## 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
|
||
|
|