mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Rename moulinette reference to 'command line'
This commit is contained in:
parent
21abddc7c6
commit
13963906fc
13 changed files with 12 additions and 18 deletions
5
admin.md
5
admin.md
|
@ -1,9 +1,6 @@
|
|||
# Administrator web interface
|
||||
|
||||
Yunohost has an administrator web interface. The other way to administer your Yunohost install is through the [CLI called "moulinette"](/moulinette)
|
||||
|
||||
**Please note** that the web interface is an active work-in-progress and has far fewer features than the CLI moulinette.
|
||||
|
||||
Yunohost has an administrator web interface. The other way to administrate your Yunohost install is through the [command line](/commandline).
|
||||
|
||||
### Access
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# L’interface d’administration web
|
||||
|
||||
YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [moulinette](/moulinette_fr) ligne de commande.
|
||||
|
||||
**Attention** : l’interface d’administration donne accès à beaucoup moins de fonctionnalités que la moulinette, car elle est en développement actif.
|
||||
|
||||
YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [ligne de commande](/commandline_fr).
|
||||
|
||||
### Accès
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* Getting to know YunoHost
|
||||
* [Web administration interface](/admin)
|
||||
* [Connecting to your server using SSH](/ssh)
|
||||
* [Command-line administration](/moulinette)
|
||||
* [Command-line administration](/commandline)
|
||||
* [Application catalog](/apps)
|
||||
* [Updating your server](/update) and [apps](/app_update)
|
||||
* [Backup](/backup)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* Apprendre à connaitre YunoHost
|
||||
* [L'interface d'administration web](/admin_fr)
|
||||
* [Se connecter à son serveur via SSH](/ssh_fr)
|
||||
* [Administrrer son serveur en ligne de commande](/moulinette_fr)
|
||||
* [Administrrer son serveur en ligne de commande](/commandline_fr)
|
||||
* [Catalogue d'applications](/apps_fr)
|
||||
* [Mettre à jour son serveur](/update_fr) et [les apps](/app_update_fr)
|
||||
* [Les sauvegardes](/backup_fr)
|
||||
|
|
|
@ -38,7 +38,7 @@ Since YunoHost has a unified architecture, you will be able to guess most of the
|
|||
<a class="btn btn-lg btn-default" href="packaging_apps_multiinstance_en">Multi-instance</a>
|
||||
|
||||
### Hooks
|
||||
YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI).
|
||||
YunoHost provides a hook system, which is accessible via the packager's script callbacks in command line.
|
||||
The scripts have to be placed in the `hooks` repository at the root of the YunoHost package, and must be named `priority-hook_name`, for example: `hooks/50-post_user_create` will be executed after each user creation.
|
||||
|
||||
**Note**: `priority` is optional, default is `50`.
|
||||
|
@ -54,7 +54,7 @@ In order to test your package, you can execute your script standalone as `admin`
|
|||
su - admin -c "/bin/bash /path/to/my/script my_arg1 my_arg2"
|
||||
```
|
||||
|
||||
Or you can use [moulinette](/moulinette_en):
|
||||
Or you can use [command line](/commandline_en):
|
||||
```bash
|
||||
yunohost app install /path/to/my/app/package
|
||||
```
|
||||
|
|
|
@ -110,7 +110,7 @@ Save and restart SSH daemon.
|
|||
---
|
||||
|
||||
### Disable YunoHost API
|
||||
YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default. It can be used to administrate a lot of things on your server, thus to break many things between malicious hands. The best thing to do, if you know how to use the [command-line interface](/moulinette), is to deactivate the `yunohost-api` service.
|
||||
YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default. It can be used to administrate a lot of things on your server, thus to break many things between malicious hands. The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service.
|
||||
|
||||
```bash
|
||||
sudo service yunohost-api stop
|
||||
|
|
|
@ -120,7 +120,7 @@ Sauvegardez et relancez le démon SSH.
|
|||
|
||||
### Désactivation de l’API YunoHost
|
||||
|
||||
YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut. Elle permet d’administrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [moulinette](/moulinette_fr)** en SSH.
|
||||
YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut. Elle permet d’administrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline_fr)** en SSH.
|
||||
|
||||
```bash
|
||||
sudo service yunohost-api stop
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
* Administration
|
||||
* Command-line
|
||||
* [Connect to your server with SSH](/ssh)
|
||||
* [Command line administration](/moulinette)
|
||||
* [Command line administration](/commandline)
|
||||
* [Web administration](/admin)
|
||||
* [Change administration password](/change_admin_password)
|
||||
* [Email](email_en)
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
* Administration
|
||||
* En ligne de commande
|
||||
* [Connexion à son serveur avec SSH](/ssh_fr)
|
||||
* [Administration avec la Moulinette](/moulinette_fr)
|
||||
* [Administration avec la ligne de commande](/commandline_fr)
|
||||
* [Administration web](/admin_fr)
|
||||
* [Administration via l'API](/admin_api_fr)
|
||||
* [Changer le mot de passe d’administration](/change_admin_password_fr)
|
||||
|
|
|
@ -18,7 +18,7 @@ From my experience, some packaging are excellent and others can break some part
|
|||
Answer to your question may be already in [the documentation](https://yunohost.org/#/sitemap_en).
|
||||
|
||||
### Check the command line help
|
||||
Learn how to use the [YunoHost commands](https://yunohost.org/#/moulinette_en) like a pro.
|
||||
Learn how to use the [YunoHost commands](https://yunohost.org/#/commandline) like a pro.
|
||||
|
||||
## Upgrade
|
||||
Problems often occur after an upgrade. After a YunoHost upgrade you may want to [update your apps](https://yunohost.org/#/app_update_en).
|
||||
|
|
|
@ -19,7 +19,7 @@ et [le salon de discussion Yunohost](support_fr) pour voir si d’autres ont eu
|
|||
Les réponses à vos questions existent peut être déjà dans [la documentation](sitemap_fr).
|
||||
|
||||
### Vérifier l’aide dans les commandes en ligne
|
||||
Vous pouvez apprendre à utiliser les [commandes YunoHost](moulinette_fr)
|
||||
Vous pouvez apprendre à utiliser les [commandes YunoHost](/commandline_fr)
|
||||
|
||||
## Mise à jour
|
||||
Les problèmes ont souvent lieu après une mise à jour. Après une mise à jour, vous pouvez avoir envie de [mettre à jour votre application](app_update_fr).
|
||||
|
|
Loading…
Add table
Reference in a new issue