Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 960 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 960 Bytes

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