This is currently 3.1.4 and is set as an attribute. The recipe is very simple now, it installs the npm package, and the systemd service runs /usr/bin/sockethub and sets the environment variables Closes #145
13 lines
350 B
Ruby
13 lines
350 B
Ruby
name 'sockethub'
|
|
maintainer 'Kosmos'
|
|
maintainer_email 'mail@kosmos.org'
|
|
license 'MIT'
|
|
description 'Installs/Configures sockethub'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.2.0'
|
|
|
|
depends 'kosmos-redis'
|
|
depends 'kosmos-nodejs'
|
|
depends 'kosmos-nginx'
|
|
depends 'firewall'
|