Skip to content

HOPRnet setup script for installing specific versions

Notifications You must be signed in to change notification settings

hoprnet/hopr-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

HOPR SH

Setup and install HOPRd using the script

Ubuntu or Debian

Type following commands into your terminal, if you are using a VPS, log in into your VPS.

$ sudo apt install -y curl
$ curl https://raw.githubusercontent.com/hoprnet/hopr-sh/master/setup-hoprd.sh --output setup-hoprd.sh
$ chmod +x setup-hoprd.sh
$ ./setup-hoprd.sh

macOS

Type following commands into your terminal, if you are using a VPS, log in into your VPS.

In case you have not installed it already, install the XCode CLI Tools via:

$ sudo xcode-select --install

Also check whether you have installed Homebrew - the OSX package manager - and install it if it is not installed yet.

$ brew install curl
$ curl https://raw.githubusercontent.com/hoprnet/hopr-sh/master/setup-hoprd-macos.sh --output setup-hoprd.sh
$ chmod +x setup-hoprd.sh
$ ./setup-hoprd.sh

Running HOPRd

Check out our docs on how to run HOPRd.

Tested on

OS version works
ubuntu 16.04.1 ✔️
debian 4.19 ✔️
macOS (x86) 10.15.7 ✔️
macOS (ARM) 10.15.7 ✔️

About

HOPRnet setup script for installing specific versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages