Merge pull request #18 from valet-customers/gitlab/update-root-password

Updated GitLab root password
This commit is contained in:
j-dunham
2022-08-11 12:21:31 -04:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
Binary file not shown.
+1 -3
View File
@@ -43,6 +43,4 @@ until $(curl --output /dev/null --silent --head --fail http://localhost); do
sleep 5
done
echo -e '\nGitLab is up and running! \U1F680'
echo "Username: root"
docker exec -it $container_name grep 'Password:' /etc/gitlab/initial_root_password
echo -e '\nGitLab is up and running! \U1F680'
+1 -1
View File
@@ -33,7 +33,7 @@ This lab bootstraps a Valet environment using GitHub Codespaces and enables you
- Click the `PORTS` tab in the codespace terminal window.
- In the row that starts with `80` mouse over the address under the column heading `Local Address`, and click the globe icon.
- Verify a new browser tab opened to the GitLab login screen.
- Login with the username and password printed in the terminal after step 3, if that is not available you can run the command again in the terminal to get it `source gitlab/bootstrap/setup.sh`.
- Login with the username: `root` and password: `valet-labs!`.
- Verify that you can see the auto populated projects in GitLab, under the `valet` namespace by clicking the `Menu` icon in GitLab, then `Your projects`.
## Labs for GitLab