2015-05-25 16:53:12 +02:00
|
|
|
|
# uCoin package for YunoHost
|
2015-05-24 23:01:16 +02:00
|
|
|
|
|
|
|
|
|
* [uCoin project](http://ucoin.io)
|
|
|
|
|
* [YunoHost project](https://yunohost.org/#/)
|
2015-07-01 15:57:15 +02:00
|
|
|
|
* Should works on Debian Jessie 64 bits, 32 bits and ARM
|
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:
|
|
|
|
|
|
2015-12-29 20:56:49 +01:00
|
|
|
|
* Install uCoin and it's dependencies: node, npm
|
|
|
|
|
* Synchronize
|
|
|
|
|
* Configure
|
|
|
|
|
* Start
|
2015-12-25 21:33:56 +01:00
|
|
|
|
|
|
|
|
|
Extra features:
|
|
|
|
|
|
|
|
|
|
* Proxy_pass to access to request though the path instead through the port cause it failed.
|
|
|
|
|
* uCoin logs are displayed on the YunoHost admin interface
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
```bash
|
2015-12-29 20:56:49 +01:00
|
|
|
|
sudo yunohost app install https://github.com/ucoin-io/ucoin_ynh
|
2015-12-25 21:33:56 +01:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
This package and the uCoin software are under GNU GPL v.3.
|