3 # Copyright (C) The Arvados Authors. All rights reserved.
5 # SPDX-License-Identifier: AGPL-3.0
9 # Starting with a base debian bullseye system, like "docker run -it
14 apt install --no-install-recommends build-essential ca-certificates git golang
15 git clone https://git.arvados.org/arvados.git
16 cd arvados/cmd/arvados-server
17 go run ./cmd/arvados-server install -type test
18 pg_isready || pg_ctlcluster 13 main start # only needed if there's no init process (as in docker)