mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Delete post install section
This commit is contained in:
parent
68a3b4c3af
commit
cdfe863800
6 changed files with 0 additions and 221 deletions
|
@ -1,72 +0,0 @@
|
||||||
---
|
|
||||||
title: Post-instalación
|
|
||||||
template: docs
|
|
||||||
taxonomy:
|
|
||||||
category: docs
|
|
||||||
routes:
|
|
||||||
default: '/postinstall'
|
|
||||||
---
|
|
||||||
|
|
||||||
La etapa que llamamos « **post-instalación** » de hecho es la etapa de configuración inicial de YunoHost. Se ejecuta después de la **instalación** del sistema mismo.
|
|
||||||
|
|
||||||
NB : Si estàs en el proceso de instalar de nuevo a un servidor **y** que ya tienes un archivo creada por yunohost, no debes seguir a està etapa y encontro seguir a la seccion "Restoring during the postinstall" de la pagina [backup](/backup).
|
|
||||||
|
|
||||||
### Vía la interfaz web
|
|
||||||
|
|
||||||
Puedes acceder a la post-instalación gráfica entrando en un navegador web :
|
|
||||||
* la dirección **IP local de tu servidor** si éste está conectado a tu red local (en general `192.168.x.x`, ver ['Encontrar mi IP' en la página sobre SSH](/ssh))
|
|
||||||
* la dirección **IP pública de tu servidor** si éste no está conectado a tu red local (por ejemplo, si es un VPS, tu proveedor debería haberte transmitido la dirección IP).
|
|
||||||
|
|
||||||
Durante la primera visita, encontrarás muy probablemente una advertencia de seguridad relacionada al certificado utilizado. De momento, tu servidor utiliza un certificado autofirmado. Después, podrás utilizar un certificado automáticamente reconocido por los navegadores como descrito en la página sobre los [Certificados](/certificate). Mientras tanto, añade una excepción de seguridad para aceptar el certificado vigente.
|
|
||||||
|
|
||||||
Luego, llegas en esta página :
|
|
||||||
|
|
||||||
![](image://postinstall_web.png)
|
|
||||||
|
|
||||||
*<p class="text-muted">Vistazo de la post-instalación Web</p>*
|
|
||||||
|
|
||||||
### Vía la interfaz de línea de comando
|
|
||||||
|
|
||||||
También puedes acceder a la post-instalación entrando el comando `yunohost tools postinstall` directamente en el servidor o [en SSH](/ssh).
|
|
||||||
|
|
||||||
![](image://postinstall_cli.png)
|
|
||||||
|
|
||||||
*<p class="text-muted">Vistazo de la post-instalación con línea de comando</p>*
|
|
||||||
|
|
||||||
## Informaciones solicitadas
|
|
||||||
|
|
||||||
### Dominio principal
|
|
||||||
|
|
||||||
Es el nombre de dominio que permitirá el acceso a tu servidor así como al portal de autenticación de los usuarios. Entonces estará **visible por todo el mundo** : elígelo en consecuencia.
|
|
||||||
|
|
||||||
* YunoHost te propone un DNS dinámico, proveando nombres de dominio del tipo *midominio.nohost.me*, *midominio.noho.st* o *midominio.ynh.fr*. Si no posees un nombre de dominio y/o que quieres aprovechar de este servicio, elige un dominio terminando con `.nohost.me`, `.noho.st` o `.ynh.fr`. Si no está utlizado ya, el dominio automáticamente estará vinculado a tu servidor YunoHost, y no tendrás más etapas de configuración.
|
|
||||||
|
|
||||||
* Si, en cambio, dominas la noción de **DNS**, puedes utilizar tu propio nombre de dominio. En este caso, refiérete a la página [yunohost.org/dns](/dns) por más información.
|
|
||||||
|
|
||||||
* Si no tienes nombre de dominio y que no quieres uno que acabe con *.nohost.me*, *.noho.st* ou *.ynh.fr*, puedes utilizar un dominio local. Más información sobre cómo [acceder a tu servidor desde la red local](/dns_local_network).
|
|
||||||
|
|
||||||
|
|
||||||
### Contraseña de administración
|
|
||||||
|
|
||||||
Es la contraseña que permitirá acceder a la [interfaz de administración](/admin) de tu servidor. También podrás utilizarla para conectarte remotamente vía **SSH**, o vía **SFTP** para transferir archivos.
|
|
||||||
|
|
||||||
De manera general, ésta es la **llave de entrada en tu sistema**, pues piensa en **[elegirla atentamente](https://es.wikihow.com/escoger-una-contrase%C3%B1a-segura)**.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Enhorabuena !
|
|
||||||
|
|
||||||
Si llegas aquí después de haber visto “YunoHost fue instalado con éxito" desde tu navegador ou tu interfaz de línea de comando, pues felicitaciones !
|
|
||||||
|
|
||||||
|
|
||||||
### ¿ Y ahora ?
|
|
||||||
|
|
||||||
- Si te auto-alojas en casa y sin VPN, tienes que asegurarte que [los puertos de tu caja internet estén redirigidos](/isp_box_config) ;
|
|
||||||
- Si utilizas tu propio nombre de dominio (i.e. que no sea un nohost.me /
|
|
||||||
noho.st), tienes que [configurar el nombre de dominio según la configuración recomendada](/dns_config) ;
|
|
||||||
- Si no puedes configurar el nombre de dominio de momento (porque todavía no lo has comprado, ou porque es un dominio test), puedes solucionar temporalmente el problema con las instrucciones del último párrafo [aquí](/dns_local_network) ;
|
|
||||||
- No te asustes demasiado por [la advertencia a propósito del certificado](/certificate), tendrás la posibilidad de obtener un certificado Let's Encrypt :).
|
|
||||||
- Echa un vistazo a las [aplicaciones disponibles](/apps) !
|
|
||||||
|
|
|
@ -1,78 +0,0 @@
|
||||||
---
|
|
||||||
title: Post-installation
|
|
||||||
template: docs
|
|
||||||
taxonomy:
|
|
||||||
category: docs
|
|
||||||
routes:
|
|
||||||
default: '/postinstall'
|
|
||||||
---
|
|
||||||
|
|
||||||
L’étape appelée « **post-installation** » est en fait l’étape de configuration initiale de YunoHost. Il faut l’exécuter après l’**installation** du système en lui-même.
|
|
||||||
|
|
||||||
NB : Si vous êtes en train de restaurer un système complet **et** que vous disposez d'un fichier de sauvegarde généré par YunoHost, vous devez sauter cette étape et vous référer à la section "Restaurer durant la postinstallation" sur la page [sauvegardes](/backup).
|
|
||||||
|
|
||||||
### Via l'interface web
|
|
||||||
|
|
||||||
Vous pouvez accéder à la post-installation graphique en entrant dans un navigateur web :
|
|
||||||
* l'adresse **`yunohost.local`** OU l’adresse **IP locale de votre serveur** si celui-ci est connecté à votre réseau local (généralement `192.168.x.x`, voir ['Trouver son IP locale'](/finding_the_local_ip))
|
|
||||||
* l’adresse **IP publique de votre serveur** si celui-ci n’est pas connecté à votre réseau local (par exemple dans le cas d'un VPS, votre fournisseur devrait vous avoir transmis l'adresse IP).
|
|
||||||
|
|
||||||
Lors de la première visite, vous rencontrerez très probablement un avertissement de sécurité lié au certificat utilisé. Pour le moment, votre serveur utilise un certificat auto-signé. Vous pourrez plus tard ajouter un certificat automatiquement reconnus par les navigateurs comme décrit dans la page sur les [Certificats](/certificate). En attendant, ajoutez une exception de sécurité pour accepter le certificat actuel.
|
|
||||||
|
|
||||||
Vous arrivez ensuite sur cette page :
|
|
||||||
|
|
||||||
![](image://postinstall_web.png)
|
|
||||||
|
|
||||||
*<p class="text-muted">Aperçu de la post-installation Web</p>*
|
|
||||||
|
|
||||||
### Via la ligne de commande
|
|
||||||
|
|
||||||
Vous pouvez aussi y accéder en entrant la commande `yunohost tools postinstall` directement sur le serveur ou [en SSH](/ssh).
|
|
||||||
|
|
||||||
![](image://postinstall_cli.png)
|
|
||||||
|
|
||||||
*<p class="text-muted">Aperçu de la post-installation en ligne de commande</p>*
|
|
||||||
|
|
||||||
## Informations demandées
|
|
||||||
|
|
||||||
### Domaine principal
|
|
||||||
|
|
||||||
C’est le nom de domaine qui permettra l’accès à votre serveur ainsi qu’au portail d’authentification des utilisateurs. Il sera donc **visible par tout le monde**, choisissez-le en conséquence.
|
|
||||||
|
|
||||||
* YunoHost propose un service de DNS dynamique fournissant des noms de domaine de type *mondomaine.nohost.me*, *mondomaine.noho.st* ou *mondomaine.ynh.fr*. Si vous ne possédez pas de nom de domaine et/ou que vous souhaitez profiter de ce service, choisissez un domaine se terminant en `.nohost.me`, `.noho.st` ou `.ynh.fr`. S'il n'est pas déjà utilisé, le domaine sera automatiquement rattaché à votre serveur YunoHost, et vous n’aurez pas d’étape de configuration supplémentaire.
|
|
||||||
|
|
||||||
* Si en revanche vous maîtrisez la notion de **DNS**, vous pouvez utiliser votre propre nom de domaine. Dans ce cas, référez-vous à la page [yunohost.org/dns](/dns) pour plus d’informations.
|
|
||||||
|
|
||||||
* Si vous n'avez pas de nom de domaine et que vous n'en voulez pas en *mondomaine.nohost.me*, *mondomaine.noho.st* ou *mondomaine.ynh.fr*, vous pouvez utilisez un domaine local. Plus d'infos sur comment [accéder à son serveur depuis le réseau local](/dns_local_network).
|
|
||||||
|
|
||||||
|
|
||||||
### Mot de passe d’administration
|
|
||||||
|
|
||||||
C’est le mot de passe qui vous permettra d’accéder à l’[interface d’administration](/admin) de votre serveur. Vous pourrez également l’utiliser pour vous connecter à distance via **SSH**, ou en **SFTP** pour transférer des fichiers.
|
|
||||||
|
|
||||||
De manière générale, c’est la **clé d’entrée à votre système**, pensez donc à la **[choisir attentivement](http://www.commentcamarche.net/faq/8275-choisir-un-bon-mot-de-passe)**.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Félicitations !
|
|
||||||
|
|
||||||
Si vous arrivez ici après avoir vu "YunoHost a été installé avec succès" depuis
|
|
||||||
votre navigateur ou la ligne de commande, alors félicitations !
|
|
||||||
|
|
||||||
### Et maintenant ?
|
|
||||||
|
|
||||||
- Si vous vous auto-hébergez à la maison et sans VPN, il faut vous assurer
|
|
||||||
de bien [rediriger les ports de votre box internet](/isp_box_config) ;
|
|
||||||
- Si vous utilisez votre propre nom de domaine (c.-à-d. pas un nohost.me /
|
|
||||||
noho.st), il vous faut [configurer le nom de domaine d'après la configuration
|
|
||||||
recommandée](/dns_config) ;
|
|
||||||
- Si vous ne pouvez pas configurer le nom de domaine pour le moment (parce qu'il
|
|
||||||
n'est pas encore acheté, ou parce que c'est un domaine de test), vous pouvez
|
|
||||||
contourner temporairement le problème avec les instructions du dernier
|
|
||||||
paragraphe [ici](/dns_local_network) ;
|
|
||||||
- Ne soyez pas trop effrayé par [l'avertissement à propos du
|
|
||||||
certificat](/certificate), vous aurez probablement la possibilité
|
|
||||||
d'installer un certificat Let's Encrypt :).
|
|
||||||
- Jetez un œil aux [applications disponibles](/apps) !
|
|
|
@ -1,71 +0,0 @@
|
||||||
---
|
|
||||||
title: Post-Installation
|
|
||||||
template: docs
|
|
||||||
taxonomy:
|
|
||||||
category: docs
|
|
||||||
routes:
|
|
||||||
default: '/postinstall'
|
|
||||||
---
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
! 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.
|
|
||||||
|
|
||||||
### From the web interface
|
|
||||||
|
|
||||||
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))
|
|
||||||
* **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 :
|
|
||||||
|
|
||||||
[figure caption="Preview of the Web post-installation"]![](image://postinstall_web.png)[/figure]
|
|
||||||
|
|
||||||
### From the command line
|
|
||||||
|
|
||||||
You can also perform the postinstallation with the command `yunohost tools postinstall` directly on the server, or [via SSH](/ssh).
|
|
||||||
|
|
||||||
|
|
||||||
[figure caption="Preview of the command-line post-installation"]![](image://postinstall_cli.png)[/figure]
|
|
||||||
|
|
||||||
## Asked information
|
|
||||||
|
|
||||||
### 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.
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
* 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).
|
|
||||||
|
|
||||||
### 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).
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 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) !
|
|
||||||
|
|
Loading…
Reference in a new issue