Ensemble des services de KAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fabrice.regnier 5bda45fd57 maj apikaz 15 hours ago
bin maj api en apikaz 1 day ago
config ajout apikaz 23 hours ago
dockers maj apikaz 15 hours ago
secret.tmpl gestion postmaster_address et spamassassin 2 weeks ago
.dummy add dummy for COPY 2 years ago
.gitignore variables traefik 11 months ago
LICENSE Initial commit 2 years ago
README.md vire toute trace de garradin 5 months ago

README.md

kaz

Kaz est un CHATONS du Morbihan. Nous proposons ici un moyen de le répliquer dans d'autres lieux. Il y a des éléments de configuration à définir avant d'initialiser ce simulateur.

Il est possible de simuler notre CHATONS dans une VirtualBox pour mettre au point nos différents services (voir kaz-vagrant).

Pré-requis

Dans la suite, on imagine que vous disposer d'une machine sous Linux (par exemple dernière version de Debian) avec un minimum de paquets.

DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
DEBIAN_FRONTEND=noninteractive apt-get install -y apg curl git unzip rsync net-tools libnss3-tools
DEBIAN_FRONTEND=noninteractive apt-get remove --purge -y exim4-base exim4-config exim4-daemon-light

Installation

  • Télécharger le dépôt kaz-vagrant ou utilisez la commande :
git clone https://git.kaz.bzh/KAZ/kaz.git # pour essayer
git clone git+ssh://git@git.kaz.bzh:2202/KAZ/kaz.git # pour contribuer
cd kaz/
  • Personalisez votre simulateur avec la commande (au besoin ajustez la mémoire et les cpus utilisés dans Vagrantfile) :
./bin/init.sh

Pour terminer la création et tous les dockers, il faut lancer la commande

./bin/install.sh web jirafeau ethercalc etherpad postfix roundcube proxy framadate paheko dokuwiki > >(tee stdout.log) 2> >(tee stderr.log >&2)
  • Une fois la commande de création de l'univers, il faut patienter...

  • Après il faut patienter encore un peu si on a pas la fibre ...

Utilisation