Code Monkey home page Code Monkey logo

dappnode_installer's Introduction

DAppNode_Installer

Website dappnode.io Documentation Wiki GIVETH Campaign RIOT 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.

Follow this link if you want to know how to install DAppNode: DappNode-Installation-Guide

How to generate a DAppNode's ISO

Prerequisites

Make sure the following sotfware is installed

1. git

Run this command to verify the git:

$ git --version

If you don't see a valid version, install git commandline tool.

2. docker

Run this command to verify the git:

$ docker -v

If you don't see a valid version, 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.

3. docker-compose

Run this command to verify the git:

$ docker-compose -v

If you don't see a valid version, install docker-compose

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

Generate the ISO image

1. Generate DAppNode's ISO

Run the following commands in your terminal. Make sure you have at least 2 GB of disk space available.

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

2. Verify image generation

When the execution of the Docker-compose finishes, run the following command to verify the image existance:

$ ls -lrt images/DappNode-ubuntu-*
-rw-r--r--  1 edu  staff  916455424 20 mar 13:19 images/DAppNode-ubuntu-18.04-server-amd64.iso

3. Burn the ISO into a USB

Now you can burn the ISO to a DVD or create a bootable USB. Follow the tutorial of your operating system below and come back when you are finished:

Once completed, come back to the main guide to install an Ubuntu server.

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 MIT License - see the LICENSE file for details

References

git

docker

docker-compose

dappnode_installer's People

Contributors

dapplion avatar eduadiez avatar gencymex avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.