Replies: 1 comment 3 replies
-
Seems like there is a problem with the projects not being marked as indexed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
before run opengrok docker image, I created the folder: /root/opengrok/src/, and git clone below repositories from github as below:
then I run opengrok docker image as below:
opengrok docker image version: 1.12, shown as below:
However, when I accessed localhost:8888, there is no any project shown at webpage:
![Screenshot 2023-10-16 at 16 09 57](https://private-user-images.githubusercontent.com/13374339/275436512-a2629fc8-89f6-4e38-a0bf-9bd3879b0889.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDI3OTgsIm5iZiI6MTczOTQwMjQ5OCwicGF0aCI6Ii8xMzM3NDMzOS8yNzU0MzY1MTItYTI2MjlmYzgtODlmNi00ZTM4LWEwYmYtOWJkMzg3OWIwODg5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIzMjEzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1ZWIyZTg1YjNjZmY4MGY1NzM5MjExMmM3ODA3MDMxNWNlZTU2MWI5YTJhZTczZjI5ZWYwNjM2YTJhY2JiNDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CWgTKhnbvASHC11yUbf2AoGilMWyp2kTT7rRjyD7ieY)
docker version:
To Reproduce
Expected behavior
projects at /opengrok/src can be shown at the webpage.
Screenshots
Additional context
Beta Was this translation helpful? Give feedback.
All reactions