Skip to content

Commit 4523444

Browse files
rezzcodethe1Riddle
andauthored
readme file for jenkins
Co-authored-by: @the1Riddle <elvisotienomboya@gmail.com>
1 parent 13dc6d9 commit 4523444

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

DevOps-Tools/Jenkins/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Jenkins Installation
2+
3+
The bash script in `install-jenkins` files automates the installation of the Jenkins (LTS) version on a Debian-based Linux system that includes Ubuntu and more.<br>
4+
The script will first request for updates, then install Java which is a prerequisite for Jenkins after that it:
5+
- Installs Jenkins
6+
- Starts the service
7+
- Displays the initial admin password.
8+
9+
# How to use the Installation script
10+
11+
1. Open your terminal by pressing the `ctrl + alt + t` command on your keyboard.
12+
2. You can then clone this repo using the command:
13+
14+
```
15+
git clone https://github.com/the-1Riddle/packageInstallationHub.git
16+
```
17+
3. Move to the directory where the script is, you can use this command:
18+
19+
```
20+
cd packageInstallationHub/DevOps-Tools/Jenkins
21+
```
22+
4. Execute the file to install the package.
23+
24+
```
25+
sudo ./install-jenkins.sh
26+
```
27+
28+
Lastly, when the execution is done, the initial admin password will be displayed in the terminal. You can then go to `http://<your_server_ip>:8080`
29+
to complete the initial setup using the displayed admin password.<br>
30+
You can configure Jenkins according to your requirements after the initial setup.
31+
32+
**Good Luck**

0 commit comments

Comments
 (0)