Skip to content

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.

Notifications You must be signed in to change notification settings

styletag/packer-scripts-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages