DEV Community

Gibranda
Gibranda

Posted on

Setup Server and Jenkins

Install Dokcer

install docker https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

Install jenkins

from website https://www.jenkins.io/download/

use this command

wget Generic Java package (.war)
SHA-256: f39cb8d09fd17c72dc096511ce50f245fc3004d1022aaaf60421a536f740c9b9
Enter fullscreen mode Exit fullscreen mode

running jenkins services

before running, open port 8080

and then use this command

java -jar jenkins.war &
Enter fullscreen mode Exit fullscreen mode

Open web jenkins

default port 8080

Image description

next step select plugin

Image description

proxy Manager

https://github.com/oktorakevinarigi/cheat-sheets/blob/master/devops/nginx-proxy-manager/docker-compose.yml

Note

I'm still progress on article

Top comments (0)