inst-depl => lighttpd
This commit is contained in:
parent
84aa96c106
commit
84144c72fb
@ -89,8 +89,6 @@ bash chname <nouveau_nom_de_machine>` , puis redémarrer
|
|||||||
git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
|
git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
|
||||||
cd gsb2024/pre
|
cd gsb2024/pre
|
||||||
bash inst-depl
|
bash inst-depl
|
||||||
cd /var/www/html/gsbstore
|
|
||||||
bash getall
|
|
||||||
cd /root/tools/ansible/gsb2024/pre
|
cd /root/tools/ansible/gsb2024/pre
|
||||||
bash gsbboot
|
bash gsbboot
|
||||||
cd .. ; bash pull-config
|
cd .. ; bash pull-config
|
||||||
|
@ -8,7 +8,7 @@ set -o pipefail
|
|||||||
GITUSR=gitgsb
|
GITUSR=gitgsb
|
||||||
GITPRJ=gsb2024
|
GITPRJ=gsb2024
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y apache2 git
|
apt-get install -y lighttpd git
|
||||||
STOREREP="/var/www/html/gsbstore"
|
STOREREP="/var/www/html/gsbstore"
|
||||||
|
|
||||||
GLPIREL=10.0.11
|
GLPIREL=10.0.11
|
||||||
@ -75,3 +75,7 @@ EOT
|
|||||||
)
|
)
|
||||||
|
|
||||||
cat "${STOREREP}/getall"
|
cat "${STOREREP}/getall"
|
||||||
|
|
||||||
|
cd "${STOREREP}" || exit 2
|
||||||
|
bash getall
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user