doc: add one file to stack all documentation source for install emissary (local, package, ansible)
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6cf01adb61
commit
5c36955c13
|
@ -8,6 +8,10 @@
|
|||
- (FR) - [Déployer un serveur mandataire inverse sur un agent](./tutorials/fr/deploy-reverse-proxy.md)
|
||||
- (FR) - [Déployer une configuration UCI personnalisée sur un agent](./tutorials/fr/deploy-uci-configuration.md)
|
||||
|
||||
Emplacement des différentes documentation pour installation emissary.
|
||||
|
||||
- (FR) -[Différentes méthodes pour installer emissary](./tutorials/fr/install-emmissary-only.md)
|
||||
|
||||
## References
|
||||
|
||||
### Specifications
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# installation
|
||||
|
||||
processus d'installation
|
||||
|
||||
Il y a à ce jours trois méthode différente d'installation !
|
||||
|
||||
1. via le paquet.deb disponible sur la forge (pour installation sur un serveur)
|
||||
|
||||
cf : [doc-emissary](./first-steps.md) (chapitre : Installer le serveur Emissary)
|
||||
|
||||
2. via l'archive disponible sur la forge (pour installation sur une machine locale a des fin de test ou autre)
|
||||
|
||||
cf : [doc-emissary-firmware](https://forge.cadoles.com/arcad/emissary-firmware/src/branch/master/doc/tutorials/first-steps.md) (chapitre : Récupérer et lancer un serveur Emissary sur sa machine)
|
||||
|
||||
3. via ansible (uniquement alpine pour le moment) (cf: [arcad-ansible](https://forge.cadoles.com/arcad/ansible))
|
||||
|
||||
cf : [doc-arcad-ansible](https://forge.cadoles.com/arcad/ansible/src/branch/master/doc/deploy-new-env.md) (Chapitre : Préparation de l'environnement)
|
Loading…
Reference in New Issue