structurizr / onpremises

Structurizr on-premises installation
https://docs.structurizr.com/onpremises
MIT License
117 stars 45 forks source link

Structurizr onprem showing empty workspace #57

Closed martinkra closed 10 months ago

martinkra commented 10 months ago

Description

I've started onprem on my machine using docker pull/run. I am able to access the tool on localhost:8080. Also, I can create workspaces. The problem is that it shows that workspace is empty, eventhough I added workspace.dsl into the folder. The file is from getting started:

workspace {

model {
    user = person "User" "A user of my software system."
    softwareSystem = softwareSystem "Software System" "My software system."

    user -> softwareSystem "Uses"
}

views {
    systemContext softwareSystem "SystemContext" {
        include *
        autoLayout
    }

    styles {
        element "Software System" {
            background #1168bd
            color #ffffff
        }
        element "Person" {
            shape person
            background #08427b
            color #ffffff
        }
    }
}

}

Steps to reproduce

docker pull structurizr/onpremises:latest docker run... access localhost:8080 using browser create new workspace open workspace page - workspace is empty access the folder created in previous step put workspace.dsl into the folder open workspace page again - workspace is still empty

Screenshot

No response

Code sample

No response

Configuration

No response

Severity

Minor

Priority

Low

Resolution

I have no budget, please fix this for free

More information

No response