Acquire the Developer LRS
Simplest Data Docs
Simplest Data Docs

#Acquire the Developer LRS

Operating model: Local / self-managed

Pull an approved, versioned Simplest Data LRS release into an environment you manage.

#Pull an exact release

Shell
curl -fsSL https://registry.simplestdata.com/lrs | sh -s -- pull 1.0.1

Docker must be installed and running. Acquisition supports Linux and macOS and requires curl and a browser for authorization.

#What happens

  1. The bootstrap checks your environment and Docker.
  2. Browser authorization opens so you can authenticate and accept the LRS License when required.
  3. Simplest Data authorizes the requested release and grants temporary access to the approved artifact.
  4. Docker pulls the release and creates the versioned local image simplestdata/lrs:1.0.1.
  5. The simplestlrs command is installed and temporary registry access is cleared.

No Simplest Data infrastructure credentials or source repository access is required.

#Exact versions and immutable releases

Acquisition requires an exact semantic version. latest is intentionally unsupported so the release you request is always explicit.

The current approved release is 1.0.1, identified by:

Text
sha256:36fd5896ba31420ef3f085efee5db32e3b77f585252565891bcacfb2d89c0711

The versioned local image simplestdata/lrs:1.0.1 is used to run the release. The immutable digest identifies the approved artifact, and the CLI will not replace an existing version with different image content.

#After acquisition

Start the acquired release without authenticating again:

Shell
simplestlrs start 1.0.1

#Release information