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
a60c63b85e
commit
bdff15d59d
1 changed files with 23 additions and 26 deletions
|
@ -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
|
||||
```
|
||||
<blockquote>
|
||||
<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`
|
||||
</blockquote>
|
||||
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
<p class="text-center">
|
||||
<img src="https://yunohost.org/images/install_script.png">
|
||||
</p>
|
||||
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 |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue