HABS UI package for DAppNode
Dappnode package responsible for providing the HABS UI service.
Actually based on version v1.0.0 of HABS
It is an AragonApp whose repo is deployed at this address: 0x9f85ae5aefe4a3eff39d9a44212aae21dd15079a and whose ENS address is: archipel-ui.public.dappnode.eth
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
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.
$ git clone https://github.com/luguslabs/DAppNodePackage-HABS-ui
$ docker-compose build
or
$ docker build --rm -f build/Dockerfile -t dnp_archipel-ui:dev build
$ docker volume create --name=archipelpublicdappnodeeth_config
$ docker-compose up -d
$ docker-compose down
$ docker-compose ps
$ docker-compose logs -f
Note: There is a time drift issue on Docker for Mac, to solve it try running Fixing Time drift issue on Docker for Mac:
$ docker run --rm --privileged alpine hwclock -s
xz is required
$ docker save dnp_archipel:dev | xz -e9vT0 > dnp_archipel-ui_dev.tar.xz
You can download the latest tar.xz version from here releases.
$docker load -i dnp_archipel-ui_dev.tar.xz
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under Apache 2 - see the LICENSE file for details
The bootstrap development of HABS is financed by WEB3 Foundation's grant program Wave4. Thanks a lot for support.