mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
29 lines
698 B
Markdown
29 lines
698 B
Markdown
# Duniter package for YunoHost
|
||
|
||
* [Duniter project](https://duniter.org)
|
||
* [YunoHost project](https://yunohost.org)
|
||
* Works on Debian Jessie 64 bits, 32 bits (and ARM will comming soon)
|
||
* 200Mo free RAM is necessary
|
||
|
||
## Install
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/duniter/duniter_ynh
|
||
```
|
||
|
||
## Package state
|
||
The package is **in progress**.
|
||
Currently, it:
|
||
|
||
* Install Duniter 0.20.0aXX and it's dependencies: node, npm
|
||
* Configure
|
||
* Synchronize
|
||
* Start
|
||
|
||
Extra features:
|
||
|
||
* Path access through a proxy_pass instead through the port cause it failed.
|
||
* Duniter logs are displayed on the YunoHost admin interface
|
||
|
||
## License
|
||
This package and the Duniter software are under GNU GPL v.3.
|