2016-05-01 19:49:45 +02:00
|
|
|
|
# Duniter package for YunoHost
|
2015-05-24 23:01:16 +02:00
|
|
|
|
|
2016-06-23 13:34:53 +02:00
|
|
|
|
- [Duniter project](https://duniter.org)
|
|
|
|
|
- [YunoHost project](https://yunohost.org)
|
2016-07-03 11:47:35 +02:00
|
|
|
|
- Works on Debian Jessie 64 bits and ARM
|
2016-06-23 13:34:53 +02:00
|
|
|
|
- 200Mo free RAM is necessary
|
2017-02-21 12:44:26 +01:00
|
|
|
|
- The package state is **working**.
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2016-01-10 18:36:54 +01:00
|
|
|
|
## Install
|
2017-02-21 12:44:26 +01:00
|
|
|
|
- You will need to use a dedicated domain name as the app is installed on root path. For instance, use `duniter.domain.tld`.
|
|
|
|
|
- An admin user will be asked to access the web admin.
|
|
|
|
|
- Cesium wallet webapp could be set as public. It is accessible at `duniter.domain.tld/cesium`.
|
|
|
|
|
- Web interface is accessible at `duniter.domain.tld/webui`.
|
|
|
|
|
- The API is accessible at `duniter.domain.tld/`.
|
2016-08-09 19:19:28 +02:00
|
|
|
|
|
2016-01-10 18:36:54 +01:00
|
|
|
|
```bash
|
2016-05-01 19:49:45 +02:00
|
|
|
|
sudo yunohost app install https://github.com/duniter/duniter_ynh
|
2016-01-10 18:36:54 +01:00
|
|
|
|
```
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2017-02-21 12:44:26 +01:00
|
|
|
|
## Upgrade
|
|
|
|
|
The app is not on the list of official apps of YunoHost repository.
|
|
|
|
|
You will have to upgrade manually with following command:
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2017-02-21 12:44:26 +01:00
|
|
|
|
```bash
|
|
|
|
|
sudo yunohost app upgrade duniter -u https://github.com/duniter/duniter_ynh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## What the package do?
|
|
|
|
|
Currently, it:
|
|
|
|
|
- Install Duniter
|
2016-06-23 13:34:53 +02:00
|
|
|
|
- Configure
|
|
|
|
|
- Synchronize
|
|
|
|
|
- Start
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2017-02-21 12:44:26 +01:00
|
|
|
|
## Tutorial
|
|
|
|
|
- [(fr) “Installation d’un nœud Duniter à l’aide de YunoHost”](https://forum.duniter.org/t/installation-d-un-noeud-duniter-a-l-aide-de-yunohost/1420)
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
|
|
|
|
## License
|
2016-05-01 19:49:45 +02:00
|
|
|
|
This package and the Duniter software are under GNU GPL v.3.
|