Basic cookbook to deploy a central node Qlik Sense server.
- Qlik-Cli downloaded and imported into Powershell modules
- Qlik Sense Enterprise downloaded into c:\apps folder
- sp_config.xml file edited to ensure the shared persistence installation is correct (stored in c:\apps)
- Windows
- Chef 12.0 or later
- Qlik-Sense
Edit the recipe with your details.
Include qlik-sense
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[qlik-sense]"
]
}
Apache 2.0