mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
59 lines
No EOL
2.7 KiB
Markdown
59 lines
No EOL
2.7 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# Veloren server pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/veloren)  
|
||
|
||
[](https://install-app.yunohost.org/?app=veloren)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Veloren server rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
RPG voxel multijoueur
|
||
|
||
**Version incluse :** 0.11.0~ynh1
|
||
|
||
**Démo :** server.veloren.net:14004
|
||
|
||
## Captures d’écran
|
||
|
||

|
||
|
||
## 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://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.11.0/download?job=windows)
|
||
* [Linux x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.11.0/download?job=linux)
|
||
* [MacOS x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.11.0/download?job=macos)
|
||
|
||
## 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.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
||
ou
|
||
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> |