Skip to content

Commit

Permalink
Update ka_BooksStructure.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro committed May 18, 2018
1 parent c2cdb06 commit 7034c43
Showing 1 changed file with 2 additions and 159 deletions.
161 changes: 2 additions & 159 deletions installation-guide/ka_BooksStructure.rst
Original file line number Diff line number Diff line change
@@ -1,161 +1,4 @@
KnowAge

Installation and configuration manual

*Release 1.0* Editor

Contents

1. Before starting 1

1. Documentation structure . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . 1

2. Goal of the document 4

3. Prerequisites 5

2. Operative systems . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 5

3. Disk usage . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 6

4. JDK version . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 6

5. Application server . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 8

6. JBoss Enterprise Application Platform (EAP) 6 . . . . . . . . . .
. . . . . . . . 8

7. Tomcat 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 9

8. Database schema for metadata . . . . . . . . . . . . . . . . . .
. . . . . . . . 10

9. Database schema for data. . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 10

10. R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 10

4. Released files description 12

11. Installation procedure . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 12

12. Installer usage . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 13

13. Uninstaller . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 21

5. Manual installation 24

14. Metadata database . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 24

15. Dependencies . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 24

16. File system resources . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 25

17. Metadata database connection . . . . . . . . . . . . . . . . . .
. . . . . . . . 25

18. Data database connection . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 26

19. Environment variables definition . . . . . . . . . . . . . . . .
. . . . . . . . . 27

20. Applications deploy . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 28

21. Datasource link within the applications . . . . . . . . . . . . .
. . . . . . . . 29

22. Configuration of the metadata db dialect . . . . . . . . . . . .
. . . . . . . . 29

23. Modification of the Quartz configuration . . . . . . . . . . . .
. . . . . . . . 30

24. Pool of thread definition . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 31

Contents Contents

25. Check of the memory settings . . . . . . . . . . . . . . . . . . . .
. . . . . . . 32

26. LOG files . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 33

27. Configuration file . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 33

28. JAR library file . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 35

29. server-config.wsdd tests . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . 35

6. R installation 37

7. Python installation 40

30. JPY installation . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 40

8. CAS installation 43

31. Deploy of the CAS application . . . . . . . . . . . . . . . . . .
. . . . . . . . . 43

32. HTTPS certificate . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 44

33. Configuration of the HTTPS protocol for Tomcat . . . . . . . . .
. . . . . . . 45

34. Configuration of the HTTPS protocol for JBoss . . . . . . . . . .
. . . . . . . 45

35. Knowage configuration . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 46

9. Advanced configuration 49

36. Thread manager . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 49

37. Cache parameters . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 50

38. Logging . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 53

39. Mail server . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . 54

40. Maximum file size . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . 55

41. Date format . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 56

42. Language . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 56

43. Security connectors . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . 57

1.1 Documentation structure
Documentation structure
===========================

KnowAge documentation is composed by:
Expand Down Expand Up @@ -230,4 +73,4 @@ and expressions:
- Code example is a piece of code showing configuration patterns or
parts of document template.

..
..

0 comments on commit 7034c43

Please sign in to comment.