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:
parent
523d9fb61a
commit
9503df8899
3 changed files with 3 additions and 6 deletions
|
@ -2,5 +2,4 @@
|
|||
|
||||
* [uCoin project](http://ucoin.io)
|
||||
* [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)
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
"url": "http://ucoin.io/",
|
||||
"licence": "MIT",
|
||||
"licence": "GPL3",
|
||||
"maintainer": {
|
||||
"name": "Moul",
|
||||
"email": "moul@moul.re",
|
||||
|
|
|
@ -13,12 +13,10 @@ pwd=$6
|
|||
|
||||
# Install dependencies: nodejs, npm
|
||||
sudo apt-get -y -qq install nodejs npm nodejs-legacy
|
||||
sudo npm install -g npm
|
||||
|
||||
# Install uCoin node and pm2 daemon manager
|
||||
git clone https://github.com/ucoin-io/ucoin /tmp/ucoin
|
||||
sudo npm install -g /tmp/ucoin
|
||||
sudo npm install -g pm2
|
||||
sudo npm install -g /tmp/ucoin pm2
|
||||
|
||||
# Check port availability
|
||||
sudo yunohost app checkport $port
|
||||
|
|
Loading…
Add table
Reference in a new issue