1.6 KiB
Installation guide on Debian
You have two ways to install Yunohost:
- From an USB key or a CD-ROM
- With the install script on an existing Debian (guide below)
Pre-requisite
A box, a VPS, or a dedicated server:
- with Debian 7 (Wheezy, Raspbian, Cubian, etc.) installed
- connected to Internet
- with root access or sudoer via SSH
Installation
- Connect to your Debian system through ssh
ssh root@monserveur.org
- Install git
apt-get install git
- Clone the Yonuhost install script repository
git clone https://github.com/YunoHost/install_script /tmp/install_script
- Execute the installation script
cd /tmp/install_script && ./install_yunohostv2
Post-install
Once the installation is finished, the script will ask you two parameters to proceed the post-installation:
-
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 minutes to the end of the post-install. Or you can use your own well configured domain name
-
administrator password: this is the password to administer your yunohost instance, choose it strong and don't share it, without it you can loose your system.
After the post-installation, you will be able to access your administration web interface https://your-domain.org/ynhadmin or to administer your Yunohost via the command-line interface called "moulinette".