dappnode / DNP_WIFI

DAppNode package responsible for providing wifi access to the internal network.
GNU General Public License v3.0
2 stars 8 forks source link

DAppNode Package WIFI (Core)

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

Dappnode package responsible for providing wifi access to the internal network.

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

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

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_WIFI.git
$ docker-compose build
or
$ docker build --rm -f build/Dockerfile -t wifi.dnp.dappnode.eth:dev build

Running

Start

$ docker-compose up -d

Stop

$ docker-compose down

Status

$ docker-compose ps

Logs

$ docker-compose logs -f

Generating a tar.xz image

xz is required

$ docker save wifi.dnp.dappnode.eth:dev | xz -e9vT0 > wifi.dnp.dappnode.eth_x.y.z.tar.xz

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

Loading a Docker image

$docker load -i wifi.dnp.dappnode.eth_x.y.z.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 GNU General Public License v3.0 - see the LICENSE file for details

References

git

docker

docker-compose

Parity