April 2016
Intermediate to advanced
290 pages
5h 51m
English
Now that we have our instance set up and we are connected to it successfully, it is time to add the required tools and components to it. Basically, it is a fresh Ubuntu box with nothing on it. To make it act like a CI server, we need to install LAMP (Linux, Apache, MySQL, and PHP), Jenkins, and a few other libraries.
Having the Linux in place already, let's start by installing the Apache web server:
$ sudo apt-get update
$ sudo apt-get install language-pack-en
$ sudo ...Read now
Unlock full access