Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/puppet-limelight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module for setting up a machine for the limelight application.

It does:

  • Create the required directories
  • Create an nginx vhost
  • Install rbenv and dependencies (build-essential etc)
  • Create an upstart job

It does not: (and therefore must be done manually for the moment)

  • Copy the application code into /opt/limelight
  • Copy correct configuration files into place
  • Run bundle install

Usage

limelight::app

limelight::app { 'limelight':
	port        => 3038,
  user        => 'deploy',
  group       => 'deploy',
  domain_name => 'everywhere',
}

About

Puppet module for the Limelight App

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages