1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

update. Now it works on YunoHost :)

This commit is contained in:
Moul 2015-06-13 09:00:17 -04:00
parent 523d9fb61a
commit 9503df8899
3 changed files with 3 additions and 6 deletions

View file

@ -2,5 +2,4 @@
* [uCoin project](http://ucoin.io) * [uCoin project](http://ucoin.io)
* [YunoHost project](https://yunohost.org/#/) * [YunoHost project](https://yunohost.org/#/)
* There is still an issue installing on Debian Jessie 64bits * (There is still an issue installing uCoin on ARM)
* There is still an issue installing uCoin on ARM

View file

@ -6,7 +6,7 @@
"fr": "Nœux uCoin qui permet de participer l'écriture de blocs. Système monétaire à Dividende universel, monnaie libre, Thérorie Relative de la Monnaie" "fr": "Nœux uCoin qui permet de participer l'écriture de blocs. Système monétaire à Dividende universel, monnaie libre, Thérorie Relative de la Monnaie"
}, },
"url": "http://ucoin.io/", "url": "http://ucoin.io/",
"licence": "MIT", "licence": "GPL3",
"maintainer": { "maintainer": {
"name": "Moul", "name": "Moul",
"email": "moul@moul.re", "email": "moul@moul.re",

View file

@ -13,12 +13,10 @@ pwd=$6
# Install dependencies: nodejs, npm # Install dependencies: nodejs, npm
sudo apt-get -y -qq install nodejs npm nodejs-legacy sudo apt-get -y -qq install nodejs npm nodejs-legacy
sudo npm install -g npm
# Install uCoin node and pm2 daemon manager # Install uCoin node and pm2 daemon manager
git clone https://github.com/ucoin-io/ucoin /tmp/ucoin git clone https://github.com/ucoin-io/ucoin /tmp/ucoin
sudo npm install -g /tmp/ucoin sudo npm install -g /tmp/ucoin pm2
sudo npm install -g pm2
# Check port availability # Check port availability
sudo yunohost app checkport $port sudo yunohost app checkport $port