Merge pull request #18 from airman41/patch-4

Update install_on_debian.md
This commit is contained in:
Alexis Gavoty 2013-12-29 06:06:11 -08:00
commit 85acae442c

View file

@ -4,18 +4,18 @@ Vous disposez de deux moyens pour installer YunoHost:
You have two ways to install Yunohost: You have two ways to install Yunohost:
1. [From an USB key or a CD-ROM](#/install) 1. [From an USB key or a CD-ROM](#/install)
2. With the install script on an existing Debian (bellow guide) 2. With the install script on an existing Debian (guide below)
### Pre-requisite ### Pre-requisite
A box, a VPS, or a dedicated server: A box, a VPS, or a dedicated server:
* with Debian 7 (Wheezy, Raspbian, Cubian, etc.) installed * with Debian 7 (Wheezy, Raspbian, Cubian, etc.) installed
* Connected to Internet * connected to Internet
* root access ou sudoer via SSH * with root access or sudoer via SSH
### Installation ### Installation
1. Connect to your debian system trought ssh 1. Connect to your Debian system through ssh
```bash ```bash
ssh root@monserveur.org ssh root@monserveur.org
``` ```
@ -30,17 +30,17 @@ apt-get install git
git clone https://github.com/YunoHost/install_script /tmp/install_script git clone https://github.com/YunoHost/install_script /tmp/install_script
``` ```
4. Execute the install script 4. Execute the installation script
```bash ```bash
cd /tmp/install_script && ./install_yunohostv2 cd /tmp/install_script && ./install_yunohostv2
``` ```
### Post-install ### Post-install
Once the install finished, the script will ask you two parameters to procede the post-install: Once the installation is finished, the script will ask you two parameters to proceed the post-installation:
1. **domain name**: Please choose the domain name wich will point to your Yunohost IP. You can choose to use a subdomain of **nohost.me** or **noho.st**, in that case the DNS configuration will be automatic, you will just have to wait three min to the end of the post-install. Or you can use your own [well configured domain name](#/dns) 1. **domain name**: please choose the domain name which will point to your Yunohost IP. You can choose to use a subdomain of **nohost.me** or **noho.st**, in that case the DNS configuration will be automatic, you will just have to wait three min to the end of the post-install. Or you can use your own [well configured domain name](#/dns).
2. **administrator password**: this is the password to administer you yunohost install, **choose it strong** and don't share it, without it you can loose your system. 2. **administrator password**: this is the password to administer your yunohost install, **choose it strong** and don't share it, without it you can loose your system.
after the post-install script you will be able to access to your administration [web interface](#/admin) **https://your-domain.org/ynhadmin** or to amdinister your yunohost via the command-line interface called "[moulinette](#/moulinette)". After the post-installation, you will be able to access your administration [web interface](#/admin) **https://your-domain.org/ynhadmin** or to administer your Yunohost via the command-line interface called "[moulinette](#/moulinette)".