Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Repo for providing the instructions to generate a new ISO or the installations scripts of DappNode

License

Notifications You must be signed in to change notification settings

dappnode/DAppNode_Installer

Repository files navigation

DAppNode_Installer

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

This repository generates the .iso file for installing DappNode to a server. Below are the instructions that you will need to make your own DappNode ISO.

Get DAppNode

Get your DAppNode and start contributing to decentralization by running your own nodes.

Buy DAppNode

Buy your DAppNode with all the stuff configured and prepared to be used in DAppNode shop

Install DAppNode

Install DAppNode on your host machine

Install DAppNode from ISO

DAppNode ISO available in: latest DAppNode release

Install DAppNode on your host machine by burning DAppNode ISO to a DVD or creating a bootable USB. Follow the tutorial of your operating system below and come back when you are finished:

Developers: DAppNode ISO could be generated following these steps:

$ git clone https://github.com/dappnode/DAppNode_Installer.git
$ cd DAppNode_Installer
$ docker-compose build
$ docker-compose up

DAppNode iso will be generated inside images folder, to verify it:

$ ls -lrt images/DappNode-ubuntu-*

Note: ISO could be generated as unhattended/attended by editing the env var available in the docker-compose.yml file

Install DAppNode from scripts

Scripts available in: latest DAppNode release

DAppNode could be also installed on a host machine with an OS already running on it. DAppNode has been developed and configured to be run on debian host machines so is preferably to install DAppNode on Debian or debian based (like Ubuntu) host machines.

Prerrequisites

Before install DAppNode with the script option, make sure you fullfill the requirements by running the following script:

sudo wget -O - https://prerequisites.dappnode.io | sudo bash

Script installation

Once you make sure you have the requirements, install DAPpNode with the installation script:

sudo wget -O - https://installer.dappnode.io | sudo bash

Uninstall DAppNode

Uinstall DAppNode on your host machine by running the following command:

wget -qO - https://uninstaller.dappnode.io | sudo bash

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

  • Eduardo Antuña Díez - Initial work - eduadiez

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

About

Repo for providing the instructions to generate a new ISO or the installations scripts of DappNode

Resources

License

Stars

Watchers

Forks

Packages

No packages published