2016-05-01 19:49:45 +02:00
|
|
|
|
# Duniter package for YunoHost
|
2016-06-23 13:34:53 +02:00
|
|
|
|
- [Duniter project](https://duniter.org)
|
|
|
|
|
- [YunoHost project](https://yunohost.org)
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2018-11-29 16:46:17 +01:00
|
|
|
|
## Requirements
|
|
|
|
|
- Debian Stretch
|
|
|
|
|
- YunoHost ≥ 3.0
|
|
|
|
|
- `x64` or `armlv7` architecture
|
|
|
|
|
- 200Mo free RAM
|
|
|
|
|
- A dedicated domain name to install the app on root path. For instance, `duniter.domain.tld`.
|
|
|
|
|
- A YunoHost user which will have access the web admin.
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2018-11-29 16:46:17 +01:00
|
|
|
|
## Install and upgrade
|
|
|
|
|
You shall add the application community list into your instance in order to install it and benefit from upgrades:
|
2017-02-21 12:44:26 +01:00
|
|
|
|
```bash
|
2018-11-29 16:46:17 +01:00
|
|
|
|
sudo yunohost app fetchlist -n community -u https://app.yunohost.org/community.json
|
|
|
|
|
sudo yunohost app install duniter
|
|
|
|
|
sudo yunohost app upgrade duniter
|
2017-02-21 12:44:26 +01:00
|
|
|
|
```
|
2018-11-29 16:46:17 +01:00
|
|
|
|
Be carefull when installing applications from the community list.
|
2017-02-21 12:44:26 +01:00
|
|
|
|
|
2018-11-29 16:46:17 +01:00
|
|
|
|
## Configurations
|
|
|
|
|
- In order to compute blocks you will have to set your member credentials with `duniter wizard key` or from the webadmin.
|
|
|
|
|
- The BMA API is accessible from `https://duniter.domain.tld/` if enabled.
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2018-11-29 16:46:17 +01:00
|
|
|
|
## Cesium
|
2018-12-18 22:54:21 +01:00
|
|
|
|
Cesium is a wallet webapp. You can install it with:
|
2018-11-29 16:46:17 +01:00
|
|
|
|
- [With the YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
|
2018-12-18 22:54:21 +01:00
|
|
|
|
<!--- With a Duniter plugin: `duniter plug git+https://github.com/duniter/duniter-ui-cesium.git`-->
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
|
|
|
|
## License
|
2017-03-03 10:50:30 +01:00
|
|
|
|
This package and the Duniter software are under GNU AGPL v.3.
|