Minimal file content - Fluid Topics - 3.10

Install Fluid Topics on a Single Server

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.10

The following lines show an example of the minimal content required for the conf.json file:

{
"ui": {
"languages": ["en-US"],
"supportMail": "support@antidot.net"
},
"khub": {
"mode": "MANAGE",
"boProjectName": "Name of the project in the Back Office",
"target": {
"id": 2,
"status": "beta"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"MapAttachments",
"UnstructuredDocuments"
],
"atict": false,
"dita-ot": "DITA-OT-2.1",
"related_links": "all"
}
}
}

In our example, the conf.json file is as follows:

{
"ui": {
"languages": ["en-US"],
"mainTitle": {"en-US": "OleanDor Time Machines"},
"subTitle": {"en-US": "Documentation Portal"},
"supportMail": "support@oleandor.com"
},
"khub": {
"mode": "MANAGE",
"boProjectName": "OleanDor",
"target": {
"id": 2,
"status": "beta"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"MapAttachments",
"UnstructuredDocuments",
"Ftml"
],
"atict": false,
"dita-ot": "DITA-OT-2.1",
"related_links": "all"
}
}
}

The default PaFs are not sufficient for our example. We need to add Ftml PaF.

FTML packages are automatically installed when installing antidot-fluidtopics-standalone.