Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.
/ chef-forever Public archive

Chef cookbook for setting up node apps using forever.

License

Notifications You must be signed in to change notification settings

trabian/chef-forever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-forever

Chef cookbook for running node apps using forever.

Installation

Easiest way to install this cookbook is to use librarian-chef.

Add this to your Cheffile:

cookbook 'forever',
  :git => 'https://github.com/trabian/chef-forever'

There are of course many other ways.

Usage

include_recipe "forever"

forever_service "statsd" do
  user 'statsd'
  group 'statsd'
  path "/web/statsd"
  script "stats.js"
  script_options "myConfig.js"
  description "Simple daemon for easy stats aggregation."
  action [ :enable, :start ]
end

License and Author

License: MIT

Author: David Radcliffe

About

Chef cookbook for setting up node apps using forever.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages