Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.
/ ink-vagrant Public archive

Development environment (Vagrant + Puppet) for Sapo's Ink/Ink.js projects.

Notifications You must be signed in to change notification settings

diogoosorio/ink-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ink-Vagrant

A quick'n'dirty development environment for Sapo's Ink / Ink.js projects.

##Getting Started

Its really simple to get started, just do the following:

git clone git@github.com:diogoosorio/ink-vagrant.git
vagrant up

Additionally add the following entry to your hosts file:

192.168.50.8    ink.local ink.js.local

You'll have a machine with both repositories cloned and with Apache up and running.

##Customization

Open up the manifests/default.pp. The ink module receives three optional arguments:

class {'ink':
    $ink_repository => 'git@github.com:sapo/Ink.git',
    $ink_js_repository => 'git@github.com:sapo/Ink.js.git',
    $user => 'vagrant'
}

They are pretty self-explanatory. :)

About

Development environment (Vagrant + Puppet) for Sapo's Ink/Ink.js projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published