Browse Source

Delete 01_03.md

01_03
Spencer Nicholls 4 years ago
committed by GitHub
parent
commit
d68217c4cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions
  1. +0
    -27
      01_03.md

+ 0
- 27
01_03.md View File

@ -1,27 +0,0 @@
# Learning Jenkins, 01-03: Install Jenkins on macOS
# Prerequisites
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 have [Homebrew](https://brew.sh/) installed.
You may need to have `root` permission on the target system.
# Installation
In a terminal, run the following commands:
```
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