mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
53 lines
No EOL
2.5 KiB
Markdown
53 lines
No EOL
2.5 KiB
Markdown
# Veloren server pour YunoHost
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/veloren.svg)](https://dash.yunohost.org/appci/app/veloren) ![](https://ci-apps.yunohost.org/ci/badges/veloren.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/veloren.maintain.svg)
|
|
[![Installer Veloren server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=veloren)
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install Veloren server quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
## Vue d'ensemble
|
|
|
|
RPG voxel multijoueur inspiré de jeux tels que Cube World, Legend of Zelda : Breath of the Wild, Dwarf Fortress et Minecraft
|
|
|
|
**Version incluse:** 0.9.0~ynh1
|
|
|
|
**Démo :** server.veloren.net:14004
|
|
|
|
## Captures d'écran
|
|
|
|
![](./doc/screenshots/veloren.png)
|
|
|
|
## Avertissements / informations importantes
|
|
|
|
Veloren est en pre-alpha, il y aura des bugs.
|
|
|
|
Ce paquet fournit la dernière version "release" de Veloren, qui est plus ancienne que celle du serveur officiel. Il vous faudra télécharger la version correspondante du client:
|
|
* [Windows x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-windows.zip)
|
|
* [Linux x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-linux.tar.gz)
|
|
* [MacOS x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-macos.tar.gz)
|
|
|
|
## Documentations et ressources
|
|
|
|
* Site officiel de l'app : https://veloren.net/
|
|
* Documentation officielle utilisateur : https://book.veloren.net/players/
|
|
* Documentation officielle de l'admin : https://book.veloren.net/players/hosting-a-server.html
|
|
* Dépôt de code officiel de l'app : https://gitlab.com/veloren/veloren
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_veloren
|
|
* Signaler un bug: https://github.com/YunoHost-Apps/veloren_ynh/issues
|
|
|
|
## Informations pour les développeurs
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/veloren_ynh/tree/testing).
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade veloren -u https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps |