1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
This commit is contained in:
Moul 2016-01-10 18:33:40 +04:00
parent 30ab797b20
commit cd659b1e70
3 changed files with 8 additions and 5 deletions

View file

@ -9,7 +9,7 @@
The package is **in progress**. The package is **in progress**.
Currently, it: Currently, it:
* Install uCoin 0.13.0 and it's dependencies: node, npm * Install uCoin 0.13.x and it's dependencies: node, npm
* Synchronize * Synchronize
* Configure * Configure
* Start * Start

View file

@ -2,7 +2,7 @@
"name": "uCoin", "name": "uCoin",
"id": "ucoin", "id": "ucoin",
"description": { "description": {
"en": "uCoin node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of money. This package permit join an existing money.", "en": "uCoin node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of the money. This package permit to join an existing money.",
"fr": "Nœud uCoin qui permet de participer à lécriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante." "fr": "Nœud uCoin qui permet de participer à lécriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante."
}, },
"url": "http://ucoin.io/", "url": "http://ucoin.io/",
@ -20,6 +20,7 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain",
"ask": { "ask": {
"en": "Domain name", "en": "Domain name",
"fr": "Nom de domaine" "fr": "Nom de domaine"
@ -28,6 +29,7 @@
}, },
{ {
"name": "path", "name": "path",
"type": "path",
"ask": { "ask": {
"en": "Path on which install the proxy", "en": "Path on which install the proxy",
"fr": "Chemin sur lequel ajouter le proxy" "fr": "Chemin sur lequel ajouter le proxy"
@ -37,6 +39,7 @@
}, },
{ {
"name": "port", "name": "port",
"type": "port",
"ask": { "ask": {
"en": "Port of uCoin node", "en": "Port of uCoin node",
"fr": "Port du nœud uCoin" "fr": "Port du nœud uCoin"
@ -47,8 +50,8 @@
{ {
"name": "sync_node", "name": "sync_node",
"ask": { "ask": {
"en": "Node's address to synchronise with", "en": "Node's address (domain name or IP address) to synchronise with",
"fr": "Adresse du nœud avec lequel se synchroniser" "fr": "Adresse du nœud (nom de domaine ou adresse IP) avec lequel se synchroniser"
}, },
"example": "metab.ucoin.io", "example": "metab.ucoin.io",
"default": "metab.ucoin.io" "default": "metab.ucoin.io"

View file

@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
fi fi
ucoin_latest_version() { ucoin_latest_version() {
echo "v0.13.0" echo "v0.13.3"
} }
ucoin_repo_url() { ucoin_repo_url() {