Browse Source

Update README.md

01_03
Michael 4 years ago
committed by GitHub
parent
commit
9ecbf4b96f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -1,6 +1,6 @@
# Learning Jenkins, 01-03: Install Jenkins on macOS # Learning Jenkins, 01-03: Install Jenkins on macOS
# Prerequisites
## Prerequisites
The target system should be running a recent version of the macOS The target system should be running a recent version of the macOS
You will need to be able to access the system via CLI and via HTTP on port `8080`. You will need to be able to access the system via CLI and via HTTP on port `8080`.
@ -9,7 +9,7 @@ You will need to have [Homebrew](https://brew.sh/) installed.
You may need to have `root` permission on the target system. You may need to have `root` permission on the target system.
# Installation
## Installation
In a terminal, run the following commands: In a terminal, run the following commands:
``` ```
brew install java brew install java
@ -18,7 +18,7 @@ brew services start jenkins
cat ~/.jenkins/secrets/initialAdminPassword cat ~/.jenkins/secrets/initialAdminPassword
``` ```
# Using the Initial Admin Password
## Using the Initial Admin Password
Run the following command and copy the output: Run the following command and copy the output:
``` ```
cat ~/.jenkins/secrets/initialAdminPassword cat ~/.jenkins/secrets/initialAdminPassword


Loading…
Cancel
Save