mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
cleaning
This commit is contained in:
parent
dd0808c8b7
commit
3ee48ca395
3 changed files with 6 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app: by SSH
|
|
||||||
|
|
||||||
## Additional information
|
|
||||||
|
|
||||||
* Migration from old package
|
* Migration from old package
|
||||||
|
|
||||||
* You can’t migrate directly with an update.
|
* You can’t migrate directly with an update.
|
||||||
|
@ -11,12 +7,12 @@ How to configure this app: by SSH
|
||||||
* Uninstall the old package `sudo yunohost app remove minetest`
|
* Uninstall the old package `sudo yunohost app remove minetest`
|
||||||
* Install the new one `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
|
* Install the new one `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
|
||||||
* Stop Minetest service `sudo systemctl stop minetest`
|
* Stop Minetest service `sudo systemctl stop minetest`
|
||||||
* Copy the folder you have copied before in `/home/yunohost.app/minetest/.minetest/worlds`
|
* Copy the folder you have copied before in `__DATA_DIR__/.minetest/worlds`
|
||||||
* Start the Minetest service `sudo systemctl start minetest`
|
* Start the Minetest service `sudo systemctl start minetest`
|
||||||
|
|
||||||
* Installing mods
|
* Installing mods
|
||||||
* For installing mods you need to create a `worldmods` folder in `/home/yunohost.app/minetest/.minetest/worlds/world/`
|
* For installing mods you need to create a `worldmods` folder in `__DATA_DIR__/.minetest/worlds/world/`
|
||||||
* Clone the repo of the mod in this folder (ex: `git clone https://github.com/minetest-mods/mesecons`)
|
* Clone the repo of the mod in this folder (ex: `git clone https://github.com/minetest-mods/mesecons`)
|
||||||
* Edit `/home/yunohost.app/minetest/.minetest/worlds/world/world.mt` and add at the end `load_mod_mesecons = true`
|
* Edit `__DATA_DIR__/.minetest/worlds/world/world.mt` and add at the end `load_mod_mesecons = true`
|
||||||
* Restart Minetest with `sudo systemctl restart minetest`
|
* Restart Minetest with `sudo systemctl restart minetest`
|
||||||
* The mod is now installed :)
|
* The mod is now installed :)
|
|
@ -1,9 +1,5 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Comment configurer cette application : par SSH
|
|
||||||
|
|
||||||
## Renseignements supplémentaires
|
|
||||||
|
|
||||||
* Migration de l’ancien paquet
|
* Migration de l’ancien paquet
|
||||||
|
|
||||||
* Vous ne pouvez pas migrer directement avec une mise à jour.
|
* Vous ne pouvez pas migrer directement avec une mise à jour.
|
||||||
|
@ -11,12 +7,12 @@ Comment configurer cette application : par SSH
|
||||||
* Désinstallez l’ancien paquet `sudo yunohost app remove minetest`
|
* Désinstallez l’ancien paquet `sudo yunohost app remove minetest`
|
||||||
* Installez le nouveau `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
|
* Installez le nouveau `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
|
||||||
* Stoppez le service Minetest `sudo systemctl stop minetest`
|
* Stoppez le service Minetest `sudo systemctl stop minetest`
|
||||||
* Copiez le dossier que vous avez copié auparavant dans `/home/yunohost.app/minetest/.minetest/.worlds`
|
* Copiez le dossier que vous avez copié auparavant dans `__DATA_DIR__/.minetest/.worlds`
|
||||||
* Démarrez le service Minetest `sudo systemctl start minetest`
|
* Démarrez le service Minetest `sudo systemctl start minetest`
|
||||||
|
|
||||||
* Installation des mods
|
* Installation des mods
|
||||||
* Pour installer des mods, vous devez créer un dossier `worldmods` dans `/home/yunohost.app/minetest/.minetest/worlds/world/`
|
* Pour installer des mods, vous devez créer un dossier `worldmods` dans `__DATA_DIR__/.minetest/worlds/world/`
|
||||||
* Clonez le repo du mod dans ce dossier (ex : `git clone https://github.com/minetest-mods/mesecons`)
|
* Clonez le repo du mod dans ce dossier (ex : `git clone https://github.com/minetest-mods/mesecons`)
|
||||||
* Éditez `/home/yunohost.app/minetest/.minetest/worlds/world/world/world.mt` et ajoutez à la fin `load_mod_mesecons = true`
|
* Éditez `__DATA_DIR__/.minetest/worlds/world/world/world.mt` et ajoutez à la fin `load_mod_mesecons = true`
|
||||||
* Redémarrez Minetest avec `sudo systemctl restart minetest`
|
* Redémarrez Minetest avec `sudo systemctl restart minetest`
|
||||||
* Le mod est maintenant installé :)
|
* Le mod est maintenant installé :)
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 235 KiB |
Loading…
Reference in a new issue