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 your DAppNode and start contributing to decentralization by running your own nodes.
Buy your DAppNode with all the stuff configured and prepared to be used in DAppNode shop
Install DAppNode on your host machine
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
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.
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
Once you make sure you have the requirements, install DAPpNode with the installation script:
sudo wget -O - https://installer.dappnode.io | sudo bash
Uinstall DAppNode on your host machine by running the following command:
wget -qO - https://uninstaller.dappnode.io | sudo bash
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.
- Eduardo Antuña Díez - Initial work - eduadiez
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details