Compare commits
7 Commits
ffcd256175
...
master
Author | SHA1 | Date | |
---|---|---|---|
1702f54da2 | |||
85dbf633ea | |||
ae19acc03e | |||
|
e70caa8b46 | ||
|
e8a4ef7c2f | ||
f2543879e9 | |||
62b484dc01 |
29
README.md
29
README.md
@@ -19,6 +19,11 @@ Nous utilisons :
|
||||
|
||||
Vous avez besoin de [vagrant](https://www.vagrantup.com/), [VirtualBox](https://www.virtualbox.org/) et éventuellement git.
|
||||
|
||||
Veillez à avoir des versions de vagrant et VB compatibles. Par exemple, une
|
||||
version trop récente de VB empêche d'utiliser le vagrant du repo debian.
|
||||
|
||||
* VirtualBox: 7.0.26 (https://www.virtualbox.org/wiki/Download_Old_Builds_7_0)
|
||||
* Vagrant: 2.3.7 (repo debian)
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -30,30 +35,12 @@ cd kaz-vagrant/
|
||||
```
|
||||
* (Optionnel) Ajustez éventuellement la mémoire et les cpus utilisés dans Vagrantfile (par défaut 4GB et 2 vCPUs)
|
||||
|
||||
|
||||
* Pour créer tout l'univers Kaz il faut se placer dans le répertoire et lancer la commande :
|
||||
```bash
|
||||
vagrant up
|
||||
```
|
||||
|
||||
```
|
||||
vagrant up --provider virtualbox
|
||||
The provider 'virtualbox' that was requested to back the machine
|
||||
'default' is reporting that it isn't usable on this system. The
|
||||
reason is shown below:
|
||||
|
||||
Vagrant has detected that you have a version of VirtualBox installed
|
||||
that is not supported by this version of Vagrant. Please install one of
|
||||
the supported versions listed below to use Vagrant:
|
||||
|
||||
4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0
|
||||
|
||||
A Vagrant update may also be available that adds support for the version
|
||||
you specified. Please check www.vagrantup.com/downloads.html to download
|
||||
the latest version.
|
||||
```
|
||||
|
||||
Je suis tombé sur cette erreur car ma version de vagrant n'était pas assez à jour en raison de ma version très récente de virtualbox. J'ai donc téléchargé directement vagrant depuis https://developer.hashicorp.com/vagrant/install.
|
||||
|
||||
Cette étape peut-être (très) longue, notamment la construction des machines Kaz... Comptez entre 40 minutes et quelques heures, selon la connexion réseau et les performances de la machine.
|
||||
|
||||
|
||||
@@ -106,8 +93,8 @@ Vous pouvez également démarrer firefox avec les URL suivantes:
|
||||
* https://tableur.kaz.sns
|
||||
* https://pad.kaz.sns
|
||||
* https://depot.kaz.sns
|
||||
* https://agora.kaz.sns/login (compte contact1@kaz.local créé, mot de passe totototototototo1234)
|
||||
* https://cloud.kaz.sns/login (compte contact1@kaz.local créé, mot de passe totototototototo1234)
|
||||
* https://agora.kaz.sns/login (compte contact1@kaz.local créé, mot de passe T1totototo!)
|
||||
* https://cloud.kaz.sns/login (compte contact1@kaz.local créé, mot de passe T1totototo!)
|
||||
* https://sondage.kaz.sns
|
||||
|
||||
Il vous faudra accepter les éventuelles alertes de sécurité pour certificat absent (web et messagerie) (normalement il n'y en a plus ?)
|
||||
|
@@ -19,7 +19,7 @@
|
||||
# --
|
||||
# NOM ; PRENOM ; EMAIL_SOUHAITE ; EMAIL_SECOURS ; ORGA ; ADMIN_ORGA ; NC_ORGA ; GARRADIN_ORGA ; WP_ORGA ; AGORA_ORGA ; WIKI_ORGA ; NC_BASE ; GROUPE_NC_BASE ; EQUIPE_AGORA ; QUOTA
|
||||
|
||||
Hello1;Contact1;contact1@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;1;totototototototo1234
|
||||
Hello2;Contact2;contact2@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;1;tototototo
|
||||
Hello3;Contact3;contact3@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;10;tototototo
|
||||
Hello4;Contact4;contact4@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;10;tototototo
|
||||
Hello1;Contact1;contact1@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;1;T1totototo!
|
||||
Hello2;Contact2;contact2@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;1;T1totototo!
|
||||
Hello3;Contact3;contact3@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;10;T1totototo!
|
||||
Hello4;Contact4;contact4@kaz.sns;contact2@kaz.sns; ;N;N;N;N;N;N;N; ; ;10;T1totototo!
|
||||
|
@@ -4,7 +4,7 @@ dokuwiki
|
||||
garradin
|
||||
gitea
|
||||
jirafeau
|
||||
#mattermost
|
||||
mattermost
|
||||
roundcube
|
||||
#keycloak
|
||||
mobilizon
|
||||
|
@@ -68,7 +68,7 @@ traefikHost=dashboard
|
||||
########################################
|
||||
# ports internes
|
||||
|
||||
matterPort=8000
|
||||
matterPort=8065
|
||||
|
||||
########################################
|
||||
# noms des containers
|
||||
|
@@ -22,7 +22,7 @@ DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
|
||||
# KAZ specific things
|
||||
#installation de docker, docker-compose et on y fourre le user debian dans le groupe idoine
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y python3-ldap python3-email-validator python3-passlib dos2unix jq ldapvi argon2 docker.io docker-clean git apg curl sudo unzip rsync btrfs-progs ldap-utils unaccent # fuse-overlayfs
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y apache2-utils python3-ldap python3-email-validator python3-passlib python3-jinja2 dos2unix jq ldapvi argon2 docker.io docker-clean git apg curl sudo unzip rsync btrfs-progs ldap-utils unaccent # fuse-overlayfs
|
||||
usermod -G docker debian
|
||||
|
||||
# docker-compose
|
||||
@@ -85,7 +85,7 @@ echo "{
|
||||
{
|
||||
\"httpProxy\": \"http://$proxy:3142\",
|
||||
\"httpsProxy\": \"http://$proxy:3142\",
|
||||
\"noProxy\": \"*.sns,127.0.0.1,localhost,127.0.0.0/8,100.64.0.0/10,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,agora\"
|
||||
\"noProxy\": \"app,*.sns,127.0.0.1,localhost,127.0.0.0/8,100.64.0.0/10,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,agora\"
|
||||
}
|
||||
}
|
||||
}" > /root/.docker/config.json
|
||||
|
Reference in New Issue
Block a user