You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Michael 9ecbf4b96f
Update README.md
4 years ago
.github Initial commit 4 years ago
.gitignore Initial commit 4 years ago
01_03.md Update macOS installation 4 years ago
CONTRIBUTING.md Initial commit 4 years ago
LICENSE Initial commit 4 years ago
NOTICE Initial commit 4 years ago
README.md Update README.md 4 years ago

README.md

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 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 and enter the initial admin password.