Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,28 @@

The next-generation master server for Northstar.

TODO: Finish the rest of this README.
## Installation

First install Go from here: [https://go.dev/doc/install](https://go.dev/doc/install)

Then run the following commands:

```bash
go run ./cmd/atlas
```

## Building

To build Atlas, run the following command:

```bash
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"
```