Replies: 2 comments
-
|
You have to pack frontend to Go files first. You might check steps in GitHub action: https://github.com/gorse-io/dashboard/blob/master/.github/workflows/build.yml |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, thanks, now I understood. First need to be build statik.go via github workers, second git checkout statik || git checkout --orphan statik ; and add replace to go.mod in gorse to local version like github.com/gorse-io/dashboard v0.0.0-20220627010943-2aabc06e61d5 => /root/go/src/dashboard. Then successfully built new version :) Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers, i need in manual for building gorse with custom dashboard from sources.
I make custom changes to dashboard and try to build gorse with local dashboard:
2.Get and build all dependencies
3.Build gorse components:
All build was successfull, but when I start gorse-master, then i see an error:
I little do not understand how to correctly build gorse with custom JS dashboard frontend.
Can You help me? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions