Skip to content

Latest commit

 

History

History

install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install

Scripts to assist with installing OmegaGraf.

Linux Installation

Linux Prerequisites

You will need to install docker-ce. Click for instructions: Debian, Ubuntu, CentOS, or Fedora.

If you want to enable SSL, you also need to install dotnet-sdk-3.1. Click for instructions: Debian, Ubuntu, CentOS, or Fedora.

Running the Linux Installer

The install.sh script should work on all major distributions.

You must run as a user with sudo privileges for package installs. Do not run with sudo or as root.

Run the script:

bash <(curl -s https://raw.githubusercontent.com/MacroPower/OmegaGraf/master/install/install.sh)

Alternatively:

  • Download the script directly, e.g.
    curl https://raw.githubusercontent.com/MacroPower/OmegaGraf/master/install/install.sh --output install.sh
  • chmod +x install.sh
  • ./install.sh

Don't want to use the installer? You can find manual instructions under Getting Started.

Windows Installation

Windows Prerequisites

You will need to install Docker Desktop.

Your OmegaGraf data directory must be shared under Resources -> File Sharing.

Running the Windows Installer

Expect an install.ps1 script in the near future. Until then, you can find manual instructions under Getting Started.