Skip to content

DAppNode tool responsible for providing the admin UI of DAppNode

License

Notifications You must be signed in to change notification settings

codi45/DNP_ADMIN

 
 

Repository files navigation

DNP_ADMIN

Website dappnode.io Documentation Wiki GIVETH Campaign RIOT DAppNode Twitter Follow

DAppNode tool responsible for providing the admin UI of DAppNode.

It is an AragonApp whose repo is deployed at this address: 0xee66c4765696c922078e8670aa9e6d4f6ffcc455 and whose ENS address is: admin.dnp.dappnode.eth

Usage

Once connected to DAppNode, go to my.admin.dnp.dappnode.eth to manage packages or devices.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

Building

$ git clone https://github.com/dappnode/DNP_ADMIN.git
$ docker-compose -f docker-compose-admin.yml build
or 
$ docker build --rm -f build/Dockerfile -t dnp_admin:dev build 

Running

Start

$ docker-compose -f docker-compose-admin.yml up -d

Stop

$ docker-compose -f docker-compose-admin.yml down

Status

$ docker-compose -f docker-compose-admin.yml ps

Logs

$ docker-compose -f docker-compose-admin.yml logs -f

Generating a tar.xz image

xz is required

$ docker save dnp_admin:dev | xz -e9vT0 > dnp_admin.tar.xz

You can download the latest tar.xz version from here releases.

Loading a Docker image

$docker load -i dnp_admin.tar.xz

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

DAppNode tool responsible for providing the admin UI of DAppNode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 11.6%
  • Other 0.8%