DEV Community

Gibranda
Gibranda

Posted on

2

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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay