-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get 'Get Started' to work #2192
Comments
👋 @danp11 |
Hi @danp11, thanks for trying Horreum!! That specific getting started guide is pretty outdatated as it is still referencing Horreum |
Hey again 👋🏻 Unfortunately we don't have docker-compose like setup anymore as we moved all the infrastructure setup in the Prerequisites Having installed the following tools/libs:
Start Horreum Clone the respository and checkout the tag/branch you want to try: git clone https://github.com/Hyperfoil/Horreum.git
cd Horreum
git checkout <tag/branch> Build the project mvn clean install -DskipTests -DskipITs Start it up: mvn quarkus:dev -pl horreum-backend And then you can login using Ref. https://github.com/Hyperfoil/Horreum?tab=readme-ov-file#getting-started-with-development-server |
Ok! and appreciate your quick reponse. I will try to start in the dev mode as you suggest. /Dan |
Hi,
Im trying to start Horreum via
curl -s https://raw.githubusercontent.com/Hyperfoil/Horreum/0.6/infra/start.sh | bash
as outlined here: https://horreum.hyperfoil.io/docs/tutorials/get-started/
Im running via docker compose and the containers starts except from
Error: No such object: horreum_app-init_1
Waiting for app-init container to complete...
When looking at the end of the log for app_init it says:
2024-11-28T11:05:31.383183428Z {"errorMessage":"Role with name dev-team already exists"}{"errorMessage":"Role with name dev-viewer already exists"}{"errorMessage":"Role with name dev-uploader already exists"}{"errorMessage":"Role with name dev-tester already exists"}{"errorMessage":"Role with name dev-manager already exists"}{"errorMessage":"User exists with same username"}Horreum initialization complete
Any ideas? Thanks in advance.
Regards
Dan
The text was updated successfully, but these errors were encountered: