2016-05-01 19:49:45 +02:00
|
|
|
|
# Duniter package for YunoHost
|
2015-05-24 23:01:16 +02:00
|
|
|
|
|
2016-05-01 19:49:45 +02:00
|
|
|
|
* [Duniter project](https://duniter.org)
|
|
|
|
|
* [YunoHost project](https://yunohost.org)
|
|
|
|
|
* Works on Debian Jessie 64 bits, 32 bits (and ARM will comming soon)
|
2016-01-10 18:36:54 +01:00
|
|
|
|
* 200Mo free RAM is necessary
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
2016-01-10 18:36:54 +01:00
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
```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
|
|
|
|
|
|
|
|
|
## Package state
|
2015-12-29 20:56:49 +01:00
|
|
|
|
The package is **in progress**.
|
2015-12-25 21:33:56 +01:00
|
|
|
|
Currently, it:
|
|
|
|
|
|
2016-05-02 15:05:51 +02:00
|
|
|
|
* Install Duniter 0.20.0aXX and it's dependencies: node, npm
|
2015-12-29 20:56:49 +01:00
|
|
|
|
* Configure
|
2016-01-10 18:36:54 +01:00
|
|
|
|
* Synchronize
|
2015-12-29 20:56:49 +01:00
|
|
|
|
* Start
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
|
|
|
|
Extra features:
|
|
|
|
|
|
2016-01-09 16:37:00 +01:00
|
|
|
|
* Path access through a proxy_pass instead through the port cause it failed.
|
2016-05-01 19:49:45 +02:00
|
|
|
|
* Duniter logs are displayed on the YunoHost admin interface
|
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.
|