Navigation Menu

Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

foomo/DaemonGarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaemonGarden

A daemon to run others - controllable through a REST interface

Usage

$ daemon-garden --help

Usage of bin/daemon-garden:
  -address="127.0.0.1:8081": address to bind host:port
  -logDir="/var/log/daemonGarden": directory to put my daemon logs to

Packaging & Deployment

In order to build packages and upload to Package Cloud, please install the following requirements and run the make task.

Package Cloud Command Line Client

$ gem install package_cloud 

FPM

$ gem install fpm

Building package

$ make package

NOTE: you will be prompted for Package Cloud credentials.

Testing

$ git clone https://github.com/foomo/DaemonGarden.git
$ cd content-server
$ make test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (c) foomo under the LGPL 3.0 license.

About

A daemon to run others - controllable through a REST interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published