Browse Source

Update macOS installation

01_03
Michael Jenkins 4 years ago
parent
commit
30ce651c24
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      01_03.md

+ 5
- 4
01_03.md View File

@ -12,15 +12,16 @@ You may need to have `root` permission on the target system.
# Installation
In a terminal, run the following commands:
```
brew install java11
brew install jenkins-lts
brew services start jenkins-lts
cat /.../initialAdminPassword
brew install java
brew install jenkins
brew services start jenkins
cat ~/.jenkins/secrets/initialAdminPassword
```
# Using the Initial Admin Password
Run the following command and copy the output:
```
cat ~/.jenkins/secrets/initialAdminPassword
```
Open a browser to [localhost:8080](http://localhost:8080) and enter the initial admin password.

Loading…
Cancel
Save