mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update install_on_debian.md
This commit is contained in:
parent
68fe079019
commit
8c6d5ec855
1 changed files with 14 additions and 33 deletions
|
@ -1,45 +1,26 @@
|
|||
# Installation guide on Debian
|
||||
# Installation on Debian
|
||||
|
||||
You have two ways to install Yunohost:
|
||||
|
||||
1. [From a USB key or a CD-ROM](/install)
|
||||
2. With the install script on an existing Debian system (guide below)
|
||||
*Find other ways to install YunoHost **[here](/install)**.*
|
||||
|
||||
### Pre-requisite
|
||||
A box, a VPS, or a dedicated server:
|
||||
|
||||
* with Debian 7 (Wheezy, Raspbian, Cubian, etc.) installed
|
||||
<img width=100 src="https://yunohost.org/images/debian-logo.png">
|
||||
|
||||
An ARM box, a VPS, a dedicated server, a standard x86 computer, an old Macintosh, ...
|
||||
|
||||
* with **Debian 7** (Wheezy, Raspbian, Cubian, etc.) installed
|
||||
* connected to the Internet
|
||||
* with root access or sudoer via SSH
|
||||
* with a **root access** directly or via SSH
|
||||
|
||||
### Installation
|
||||
---
|
||||
|
||||
1. Connect to your Debian system through ssh
|
||||
```bash
|
||||
ssh root@monserveur.org
|
||||
```
|
||||
## Installation steps
|
||||
|
||||
2. Install git
|
||||
```bash
|
||||
apt-get install git
|
||||
```
|
||||
<a class="btn btn-lg btn-default" href="/install_manually">1. Install manually</a>
|
||||
|
||||
3. Clone the Yunohost install script repository
|
||||
```bash
|
||||
git clone https://github.com/YunoHost/install_script /tmp/install_script
|
||||
```
|
||||
<a class="btn btn-lg btn-default" href="/postinstall">2. Post-install</a>
|
||||
|
||||
4. Execute the installation script
|
||||
```bash
|
||||
cd /tmp/install_script && ./install_yunohostv2
|
||||
```
|
||||
---
|
||||
|
||||
### Post-install
|
||||
***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***
|
||||
|
||||
Once the installation is finished, the script will ask you for two options to complete the installation:
|
||||
|
||||
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 minutes to the end of the post-install. Or you can use your own [properly configured domain name](/dns)
|
||||
|
||||
2. **administrator password**: this is the password to administer your Yunohost instance, **make it strong** and don't share it, without it you can lose access to your system.
|
||||
|
||||
After the installation is complete, you will be able to access your administration [web interface](/admin) **https://your-domain.org/yunohost/admin**, or to administer your Yunohost via the command-line interface called "[moulinette](/moulinette)".
|
||||
|
|
Loading…
Add table
Reference in a new issue