GithubHelp home page GithubHelp logo

isabella232 / installer-7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aeternity/installer

0.0 0.0 0.0 23 KB

Quick installer for aeternity node

Shell 82.01% PowerShell 16.51% Makefile 1.48%

installer-7's Introduction

Quick install

Run below command to install latest version of aeternity node:

bash <(curl -s https://install.aeternity.io/install.sh)

The last argument is interpreted as a version. The releases are published on GitHub.

To install an older specific version use:

bash <(curl -s https://install.aeternity.io/install.sh) 4.2.1
Additional options
  • --no-prompt - Disable confirmation prompt
  • --delete - Clean the target directory before installation
  • --snapshot-restore - Restore the database from a snapshot

Example:

bash <(curl -s https://install.aeternity.io/install.sh) --no-prompt [version]
Additional parameters
  • TARGET_DIR - To override the path where aeternity node will be installed (default: $HOME/aeternity/node)
  • SNAPSHOT_DIR - To override the path where the aeternity snapshot can be downloaded (default: $TARGET_DIR/data)

Example:

TARGET_DIR=/some/dir bash <(curl -s https://install.aeternity.io/install.sh)

Supported platforms

  • Ubuntu 16.04.3 LTS (x86-64)
  • Ubuntu 18.04 LTS (x86-64)
  • macOS High Sierra 10.13 (x86-64)
  • macOS Mojave 10.14 (x86-64)
  • macOS Catalina 10.15 (x86-64)

Dependencies that will be installed automatically

For manual installation see the detailed instructions.

Run install tests

make tests

installer-7's People

Contributors

dincho avatar ivaylopapazov avatar lucafavatella avatar michalbagrowski avatar nikita-fuchs 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.