Skip to content

Bare-metal install: fail to init #562

@StratsScorpio

Description

@StratsScorpio

Describe the bug

The last step in Step 3 from documentation (https://docs.opencloud.eu/docs/admin/getting-started/bare-metal) fails to start the server with error message, that index.html not exist.

Steps to reproduce

  1. ./bin/opencloud init --insecure true --admin-password admin
  2. ./bin/opencloud server

Expected behavior

Server should starting

Actual behavior

Error:
{"level":"fatal","service":"idp","error":"open assets/identifier/index.html: file does not exist","time":"2025-04-02T14:57:31+02:00","message":"Could not open index template"}

Setup

Fresh Debian 12 install. Installing go and npm and all other nessessary packages.
Dedicated account.

git clone https://github.com/opencloud-eu/opencloud.git
cd opencloud/
make clean generate -C opencloud build -j
cd opencloud/
./bin/opencloud init --insecure true --admin-password admin
./bin/opencloud server
Details

PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions