ci-cd-pipelines

A 3-post collection

Creating a Linux VirtualBox Using Vagrant

By Tim Brown |  May 12, 2020  | vagrant, virtualbox, continuous-integration, tools
Downloads VirtualBox Vagrant I’m a big Windows user, like a lot of people. However, for developing, hosting web servers, etc. open source free software tends to be Unix based. One way to solve this is by running Linux virtual machines locally on Windows. Now, VirtualBox allows this to be done, but there are manual steps to getting various Operating Systems up and running, so time is wasted and it can lack consistency.
Continue Reading...

Installing Hugo Using Vagrant and VirtualBox with Snapd

By Tim Brown |  May 5, 2020  | hugo
This install guide assumes that you have already followed my Vagrant/VirtualBox Guide and have it running successfully. Open the “Vagrant” file that was created in the directory and add the below content and save: # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing.
Continue Reading...

Installing Hugo Using Vagrant and VirtualBox with Wget

By Tim Brown |  May 5, 2020  | hugo
This install guide assumes that you have already followed my Vagrant/VirtualBox Guide and have it running successfully. This way is much, much faster, than using the snapd approach, but requires manually updating Hugo release download and install commands. Open the “Vagrant” file that was created in the directory and add the below content and save: # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below.
Continue Reading...