diff --git a/vagrant_fr.md b/vagrant_fr.md index 579d8d5f..139072e4 100644 --- a/vagrant_fr.md +++ b/vagrant_fr.md @@ -20,18 +20,12 @@ cd YunoHost La commande suivante va initialiser le projet avec une image Debian Wheezy de base ```bash -vagrant init chef/debian-7.4 -``` - -Décommenter (supprimer le # devant la ligne) la ligne suivante dans le fichier Vagrantfile nouvellement créé afin d’avoir un accès depuis le système hôte -```bash -config.vm.network "private_network", ip: "192.168.33.10" -``` - -Clonez le dépôt du script d’installation de YunoHost -```bash -git clone https://github.com/YunoHost/install_script +vagrant init yunohost/stable8 ``` +
+/!\ 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` +
--- @@ -47,27 +41,30 @@ Se connecter à la machine virtuelle démarrée vagrant ssh ``` -Il est nécessaire de donner un mot de passe à l’utilisateur root -```bash -sudo passwd -``` - Mettre à jour le système. ```bash sudo apt-get update && sudo apt-get upgrade ``` -Lancez le script d’installation -```bash -cd /vagrant/install_script && sudo ./install_yunohostv2 -``` - -
- -

- -

+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)** * + + +## Image avec wheezy or testing/unstable repository + +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 + +| Box | IP | +| --- | --- | +| stable8 | 192.168.33.80 | +| testing8 | 192.168.33.81 | +| unstable8 | 192.168.33.82 | +| stable7 | 192.168.33.70 | +| testing7 | 192.168.33.71 | +| unstable7 | 192.168.33.72 | + + +