Skip to content
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

installer.sh #1

Closed
Ibouro opened this issue Jun 19, 2024 · 6 comments
Closed

installer.sh #1

Ibouro opened this issue Jun 19, 2024 · 6 comments

Comments

@Ibouro
Copy link

Ibouro commented Jun 19, 2024

ibrahima@devsecops-tools:~/gitlab-demolab$ ./installer.sh
Found existing .env file
Starting GitLab
./installer.sh: line 96: : command not found
Waiting on GitLab to initialize ...

i have this error when i execute installer.sh

@PeterMosmans
Copy link
Owner

Hi @Ibouro - it looks like you don't have docker-compose installed, is that correct?
You can check that by executing which docker-compose in the console

@Ibouro
Copy link
Author

Ibouro commented Jun 24, 2024

it still doesn't work, I think there's an error on line 96, otherwise I have docker-compose installed
if i run ./installer.sh
i have this message i am on ubuntu 22.04

./installer.sh: ligne 96:  : command not found
Waiting on GitLab to initialize ...

@PeterMosmans
Copy link
Owner

@Ibouro : Could you please let me know the output of the following commands?

which docker-compose
which docker
docker version
docker-compose version

This will hopefully assist in troubleshooting this issue. Thanks!

@Ibouro
Copy link
Author

Ibouro commented Jun 24, 2024

thank you, it was docker-compose that wasn't installed.
what's the password

@PeterMosmans
Copy link
Owner

All instructions can be found in README.md - if anything's not clear, feel free to open a pull request to improve it: That would be much appreciated.
The default passwords can be found in https://github.com/PeterMosmans/gitlab-demolab/blob/main/env-example and will be shown when running installer.sh for the first time in the console.

@Ibouro
Copy link
Author

Ibouro commented Jun 25, 2024

thank you for taking your time, it's clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants