Skip to content

krastin/packer-nginx64-vagrant

 
 

Repository files navigation

nginx64

This repository is based on the following repository:

How to build

Local virtualisation

make

Using the supplied makefile should automatically detect your OS environment and build the image correctly. If that doesn't work, you can specify which provider to use to build the image:

make nginx64-vbox.box # when using virtualbox
make nginx64-vmware.box # when using vmware

How to test

make kitchen

Just like with building, you can specify which provider to use with your tests in case you have an odd environment that doesn't work out of the box:

make kitchen-vbox
make kitchen-vmware

Purpose

This repository attempts to store the minimum amount of code that is required to create a:

  • Ubuntu Xenial64 box
  • with standard nginx
  • using Packer
  • for VirtualBox or VMware

About

An Ubuntu Xenial box with nginx

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 75.8%
  • Shell 16.6%
  • Makefile 7.6%