Code Monkey home page Code Monkey logo

rml9-currency-monit's Introduction

RML 9 Currency-Monit

nous allons installer ensemble un noeud spécialisé currency-monit minimaliste, vous allez voir que c'est assez simple :)

Installer Node.js et Yarn

Nous avons besoin de nodejs et yarn, voici comment faire sous linux/mac* : *les utilisateurs de windows trouverons de l'aide ici : https://github.com/duniter/duniter/blob/master/doc/contribute-french.md#sous-windows

Sous Linux / MacOS

Installer Node.js est devenu extrêmement simple pour ces OS : un outil vous permet d'installer la version de Node.js que vous souhaitez, en changer quand vous voulez et sans conflit avec une version précédente : il s'agit de nvm.

Vous pouvez installer nvm avec la commande suivante :

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash

Fermez puis rouvrez votre terminal, comme indiqué. Puis, installez Node.js (choisissez la version 6) :

nvm install 6

Vous aurez alors la dernière version de Node.js prête à l'emploi.

Nous aurons également besoin de yarn :

sudo apt-get install yarn

Outils de build

Attention : il est nécessaire d'avoir g++ ainsi que python d'installés ainsi que d'autres librairies de compilation. Sur Ubuntu/Debian, il existe un paquet installant ces différents utilitaires : installez-le avec la commande :

sudo apt-get install build-essential

Installation du noeud spécialisé

git clone https://github.com/librelois/rml9-currency-monit.git
cd rml9-currency-monit && yarn
node index.js config --autoconf
node index.js sync g1.duniter.org 10901
node index.js currency-monit

Puis, visitez http://localhost:10500.

rml9-currency-monit's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.