Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 503 Bytes

File metadata and controls

29 lines (18 loc) · 503 Bytes

Atlas

The next-generation master server for Northstar.

Installation

First install Go from here: https://go.dev/doc/install

Then run the following commands:

go run ./cmd/atlas

Building

To build Atlas, run the following command:

go build ./cmd/atlas

Usage

Run the main.exe or directly with go run ./cmd/atlas and update your northstar config to point to the new masterserver.

ns_masterserver_hostname "localhost:8080"