From d68217c4cbdf350db780fd9ab64fc44d015847e2 Mon Sep 17 00:00:00 2001 From: Spencer Nicholls <57418435+nichollsspencer@users.noreply.github.com> Date: Wed, 1 Dec 2021 09:21:38 -0600 Subject: [PATCH] Delete 01_03.md --- 01_03.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 01_03.md diff --git a/01_03.md b/01_03.md deleted file mode 100644 index 54e3dac..0000000 --- a/01_03.md +++ /dev/null @@ -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.