cookbook 'takipi', '= 0.4.0'
takipi (6) Versions 0.4.0 Follow2
Installs/Configures takipi
cookbook 'takipi', '= 0.4.0', :supermarket
knife supermarket install takipi
knife supermarket download takipi
Description
Installing Takipi daemon using Chef (Current cookbook is only for Linux!)
Requirements
Java ( >=1.6 )
Attributes
Make sure you include your Takipi secret key as custom Chef JSON:
{
"takipi": {
"secret_key": "YOUR SECRET KEY"
}
}
Or in the default attributes file:
default["takipi"]["secret_key"] = "YOUR SECRET KEY HERE"
Usage
Takipi website: http://www.takipi.com
To connect Takipi to your Java process add the following JVM argument -agentlib:TakipiAgent before -classpath/-jar.
Dependent cookbooks
java >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for takipi
0.4.0
Removed old installer format. Use deb/rpm to install Takipi.
0.3.1
Initial release