Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 856 Bytes

File metadata and controls

35 lines (23 loc) · 856 Bytes

Packer for Ruby from source and npm nodejs

This repository contains, scripts and templates to use packer and provision a node for ruby based application. Ruby to be installed from the source not using RVM. Also installs other dependencies.

List of few dependencies install

  • mysql-client
  • openssl
  • git
  • nginx
  • htop
  • g++
  • build-essentials
  • npm *nodejs

Using packer :

Download the packer from the this link

Check packer.io website to know more about command or just type packer to see the set of instructions provided by packer.

To build only virtualbox base vm's use the following command :

$packer build -only=virtualbox-iso template.json

To build AMI use the following command :

$packer build -only=amazon-ebs template.json