Skip to main content

Installation

Do I need to install EBA?

Yes, if you want to reproduce or update the data, or sample custom communities from the graph.

No, if you only want to use the communities, or the sample models we provide.

Build from source code

You may take the following steps to build EBA from the source code.

  1. Clone the git repository.

    git clone https://github.com/b1aab/eba && cd eba
  2. Build EBA.

    dotnet publish ./EBA/EBA.csproj -c Release -r linux-x64 --self-contained true -o "build" -p:WarningLevel=0
  3. Use EBA.

    cd build/ && ./eba --help