doc/pages/01.administrate/03.postinstall/postinstall.md

72 lines
3.9 KiB
Markdown
Raw Normal View History

2020-11-11 11:47:10 +01:00
---
title: Post-Installation
template: docs
taxonomy:
category: docs
routes:
default: '/postinstall'
2020-11-11 11:47:10 +01:00
---
2014-05-15 12:17:15 +02:00
The step called "**post-installation**" is actually the initial configuration of YunoHost. It has to be done just after the installation of the system itself.
2021-02-07 12:19:28 +01:00
! If you are in the process of restoring a server from scratch **and** you have a yunohost-made backup, you can skip this process and follow through with the "restoring during the postinstall" step, in the [backup](/backup) page.
2020-05-28 23:38:27 +02:00
### From the web interface
2014-06-05 00:00:43 +02:00
You can perform the post-installation with the web interface by entering in your browser :
* **`yunohost.local`** OR **the local IP address of your server** if it is on your local network (e.g. at home !). The address typically looks like `192.168.x.y` (see [finding your local IP](/finding_the_local_ip))
2019-06-22 17:45:28 +02:00
* **the public IP address of your server** if your server is not on your local network. Typically, if you own a VPS, your VPS provider should have given you the IP of the server.
During the first visit, you will very likely encounter a security warning related to the certificate used by the server. For now, your server uses a self-signed certificate. You will later be able to add a certificate automatically recognized by web browsers as described in the [certificate documentation](/certificate). For now, you should add a security exception to accept the current certificate.
You should then land on this page :
2014-06-05 01:53:17 +02:00
2021-02-07 12:19:28 +01:00
[figure caption="Preview of the Web post-installation"]![](image://postinstall_web.png)[/figure]
2014-06-05 00:00:43 +02:00
### From the command line
2014-06-05 00:00:43 +02:00
You can also perform the postinstallation with the command `yunohost tools postinstall` directly on the server, or [via SSH](/ssh).
2014-06-05 01:53:17 +02:00
2014-06-05 00:00:43 +02:00
2021-02-07 12:19:28 +01:00
[figure caption="Preview of the command-line post-installation"]![](image://postinstall_cli.png)[/figure]
2014-06-05 14:38:45 +02:00
2021-02-07 12:19:28 +01:00
## Asked information
2014-06-05 00:00:43 +02:00
2014-05-15 12:17:15 +02:00
### Main domain
This is the first domain name linked to your YunoHost server, but also the one which will be used by your server's users to access the **authentication portal**. It will thus be **visible by everyone**, choose it wisely.
2019-01-24 16:58:23 +01:00
* If you do not have a domain name, or if you want to use the YunoHost's DynDNS service, choose a sub-domain of **.nohost.me**, **.noho.st** or **.ynh.fr** (e.g. `homersimpson.nohost.me`). Provided that it's not already taken, the domain will be configured automatically and you won't need any further configuration step.
2014-05-15 12:17:15 +02:00
2017-02-07 10:14:31 +01:00
* If you do know what **DNS** is, you probably want to configure your own domain name here. In this case, please refer to the [DNS page](/dns) page for more informations.
2014-05-15 12:17:15 +02:00
* If you don't own a domain name and don't want a **.nohost.me**, **.noho.st** or **.ynh.fr**, you can use a local domain. More information on how to setup a local domain can be found [here](/dns_local_network).
2014-05-15 12:17:15 +02:00
### Administration password
This password will be used to access to your server's [administration interface](/admin). You would also use it to connect via **SSH** or **SFTP**. In general terms, this is your **system's key**, [choose it carefully](http://www.wikihow.com/Choose-a-Secure-Password).
2014-06-05 14:38:45 +02:00
<br>
2014-06-05 14:37:27 +02:00
---
## Congratz!
If you got so far and saw 'YunoHost has been successfully installed' (web
postinstall) or 'YunoHost has been correctly configured', then congratulations!
### What now ?
- If you're self-hosting at home and without a VPN, you need to [make sure to
correctly forward ports on your router/Internet box](/isp_box_config) ;
- If you're using your own domain name (i.e. not a .nohost.me / .noho.st), you
need to [configure it according to the recommended DNS
configuration](/dns_config) ;
- If you cannot configure your domain name yet (because you didn't register it
yet, or because this is a test domain), see last paragraph
[here](/dns_local_network) for a workaround ;
- Don't be too afraid of the [certificate warning](/certificate), you'll probably
be able to install a Let's Encrypt certificate :).
- Have a look at [the available apps](/apps) !
2014-05-15 12:17:15 +02:00