Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install Jenkins on Ubuntu

  • Create Digital Ocean Droplet

  • Or a Linode

  • ssh root@

  • apt-get update

  • apt-get -y upgrade

  • wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

  • echo "deb https://pkg.jenkins.io/debian-stable binary/" >> /etc/apt/sources.list

  • apt-get update

  • apt-get install -y jenkins

  • apt-get install -y python

  • apt-get install -y virtualenv

  • apt-get install -y postfix