updated GitLab root password
This commit is contained in:
Binary file not shown.
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user