mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update vagrant_fr.md
This commit is contained in:
parent
0e617dd589
commit
5363615e47
1 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
## Initialisation
|
## Initialisation
|
||||||
|
|
||||||
Créer un dossier pour le projet
|
Créer un dossier pour le projet :
|
||||||
```bash
|
```bash
|
||||||
mkdir YunoHost
|
mkdir YunoHost
|
||||||
cd YunoHost
|
cd YunoHost
|
||||||
|
@ -23,7 +23,7 @@ La commande suivante va initialiser le projet avec une image Debian Wheezy de ba
|
||||||
vagrant init yunohost/stable8
|
vagrant init yunohost/stable8
|
||||||
```
|
```
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<span class="text-warning">/!\</span> Vous devez avoir une box `yunohost/stable8`. Si ce n'est pas le cas, ajoutez-la
|
<span class="text-warning">/!\</span> Vous devez avoir une box `yunohost/stable8`. Si ce n'est pas le cas, ajoutez-la :
|
||||||
`vagrant box add yunohost/stable8 https://atlas.hashicorp.com/yunohost/boxes/stable8/versions/1.0.0/providers/virtualbox.box`
|
`vagrant box add yunohost/stable8 https://atlas.hashicorp.com/yunohost/boxes/stable8/versions/1.0.0/providers/virtualbox.box`
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
@ -53,12 +53,12 @@ Vous pouvez accéder à votre vm via l'ip 192.168.33.80
|
||||||
*Une fois l’installation terminée, vous pouvez procéder à la post-installation : **[yunohost.org/postinstall](/postinstall_fr)** *
|
*Une fois l’installation terminée, vous pouvez procéder à la post-installation : **[yunohost.org/postinstall](/postinstall_fr)** *
|
||||||
|
|
||||||
|
|
||||||
## Image avec Wheezy et les dépôts testing/unstable
|
## Image Wheezy avec les dépôts testing/unstable
|
||||||
|
|
||||||
Si vous avez besoin d'une vm pour tester quelque chose avec wheezy ou la version testing/unstable de Yunohost. Il y a un Vagrantfile et 5 autres box en préparation. Pour le moment, vous pouvez construire les images en suivant les instructions sur ce [dépôt](https://github.com/zamentur/yunohost-vagrant).
|
Si vous avez besoin d'une vm pour tester quelque chose avec wheezy ou la version testing/unstable de YunoHost. Il y a un Vagrantfile et cinq autres box en préparation. Pour le moment, vous pouvez construire les images en suivant les instructions sur ce [dépôt](https://github.com/zamentur/yunohost-vagrant).
|
||||||
|
|
||||||
| Box | IP |
|
| Box | IP |
|
||||||
| --- | --- |
|
| :---: | :---: |
|
||||||
| stable8 | 192.168.33.80 |
|
| stable8 | 192.168.33.80 |
|
||||||
| testing8 | 192.168.33.81 |
|
| testing8 | 192.168.33.81 |
|
||||||
| unstable8 | 192.168.33.82 |
|
| unstable8 | 192.168.33.82 |
|
||||||
|
@ -66,4 +66,4 @@ Si vous avez besoin d'une vm pour tester quelque chose avec wheezy ou la version
|
||||||
| testing7 | 192.168.33.71 |
|
| testing7 | 192.168.33.71 |
|
||||||
| unstable7 | 192.168.33.72 |
|
| unstable7 | 192.168.33.72 |
|
||||||
|
|
||||||
Les adresses IPs sont assignées par défaut mais peuvent être changées dans les paramètres réseau du Vagrantfile.
|
Les adresses IP sont assignées par défaut mais peuvent être changées dans les paramètres réseau du Vagrantfile.
|
Loading…
Add table
Reference in a new issue