In this example we’re going to install Jenkins on Ubuntu 14.04, do basic configurations and access it on Internet with ngrok. The ngrok will be running on host machine though, not in vagrant box. Visit official Jenkinsinstalling Jenkins on Ubuntu and ngrok pages for more information. Jenkins requires a web server installed on your system so we’re going to use apache as the web server.

Apache server

I assume that you’ve already installed it and it is up an running. Mine is accessible via http://192.168.10.11 IP address. Make sure you can access it too via http://localhost or whatever it is set to.

#jenkins #linux #vagrant #ubuntu

Setting up Jenkins on Ubuntu with Vagrant
1.70 GEEK