Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.45 KB

File metadata and controls

44 lines (38 loc) · 1.45 KB

DeNet Manager Web for macOS

Installation Guide

Step 0: Prepare Environment

  1. Download installation and management scripts from the scripts directory
    install.sh
    denode-manager.sh

Step 1: Download Application

  1. Download the appropriate archive for your system from https://github.com/DeNetPRO/Node/releases

    macOS

    denode-manager-darwin-amd64.zip
    denode-manager-darwin-arm64.zip
    

Step 2: Install And Run

  1. Open terminal
  2. Allow scripts execution on this device
    cd ~/Downloads
    chmod +x install.sh denode-manager.sh
  3. Run installation script that will install the application in ~/.denode-manager by default
    sudo bash install.sh
    macOS Install GUI
  4. Then start the application and check its state using denode-manager.sh script
    sudo bash denode-manager.sh
    macOS Start Server

Step 3: Open Application Interface in Browser

  1. Open browser and go to http://localhost:1111 Node GUI

Notes:

  1. Launched server should always be running in the background, otherwise the application will not work, check the status using denode-manager.sh script
  2. You shouldn't use both CLI and GUI at the same time, otherwise you will get an undefined application behaviour