From version < 3.1 >
edited by Ondřej Steffl
on 2020/04/26 11:21
To version < 5.1 >
edited by admin admin
on 2020/04/27 10:48
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.osteffl
1 +XWiki.admin
Content
... ... @@ -1,3 +1,8 @@
1 +(% class="box errormessage" %)
2 +(((
3 +This section is currently under construction... please wait until is finished
4 +)))
5 +
1 1  = Software to be installed =
2 2  
3 3  //Unless stated otherwise, newer stable versions of the program should work.//
... ... @@ -7,27 +7,36 @@
7 7  ==== [[Competent 33>>doc:Main.Official manuals.Competent installation manual.WebHome]] ====
8 8  
9 9  
10 -= Configuration =
15 += Introduction =
11 11  
12 -This configuration describes basic scenario where
17 +//On this page we use the term "Course" for both iTrivio courses and tests.//
13 13  
14 -* Both iTrivio and Competent are fresh installations
15 -* Login with default iTrivio and Competent admin accounts were successfully tested
16 -* Competent will be main platform to handle course creation and user management - after integration configuration there will be no need to access iTrivio as an administrator or student except modifying content of course and playing course.
19 +Integration of Competent with iTrivio provides features of both softwares merged and accessible through the Competent.
17 17  
21 +When an user is created in Competent, it is automatically created also in iTrivio. Competent user contains ID reference to its iTrivio counterpart.
18 18  
19 -= Prerequisities =
23 +Same applies for Competent Activities with 'iTrivio' launch type - course/test is created also in iTrivio and Competent handles reference.
20 20  
21 -[[Edit>>url:https://wikitest.educasoft.net/bin/edit/Dev%20Environment%20Setup/Competent%20%3C-%3E%20Itrivio/WebHome?section=1]]
25 +Competent thus provides all user, course and user-course management such as
22 22  
23 -* [[Competent>>url:https://wikitest.educasoft.net/bin/view/Dev%20Environment%20Setup/Competent/]] installed and configured
24 -* [[Itrivio>>url:https://wikitest.educasoft.net/bin/view/Dev%20Environment%20Setup/iTrivio/]] installed and configured
27 +* creating/modifyindeleting users
28 +* creating iTrivio course activities
25 25  
26 -First be sure you can run both Apps separately ofc [[image:https://wikitest.educasoft.net/resources/icons/silk/emoticon_smile.png?cache-version=1585572528000||alt="emoticon_smile"]] Note on which address each of them runs (including ports). Then to link them:
27 27  
31 +
32 += Configuration =
33 +
34 +This configuration describes the basic scenario where
35 +
36 +* both iTrivio and Competent are fresh installations
37 +* login with default iTrivio and Competent admin accounts were successfully tested
38 +* Competent will be main platform to handle course creation/deletion, user management and user-course management.
39 +
40 +Contact Educasoft for specific configuration procedure in other more complex scenarios (e.g. Competent is going to use existing iTrivio application already filled with course/user data )
41 +
42 +
28 28  = Competent part =
29 29  
30 -[[Edit>>url:https://wikitest.educasoft.net/bin/edit/Dev%20Environment%20Setup/Competent%20%3C-%3E%20Itrivio/WebHome?section=2]]
31 31  
32 32  in application.properties, or in your own application-yourNameShortcut.properties file set the following propeties:
33 33  
... ... @@ -51,7 +51,7 @@
51 51  //(ID of folder in iTrivio in which to create new Activites)//
52 52  * **competentItrivioIntegration.auth.userId=2**
53 53  //(ID of user in whose name the authorisation of running the course will be done?)//
54 -* **competentItrivioIntegration.auth.key=Z1zzzQYY91mDNdGWKzoa**
68 +* **competentItrivioIntegration.auth.key=**
55 55  //(secret key for JWT token)//
56 56  * **competentItrivioIntegration.auth.environment=demo**
57 57  //(authentication environment, used in JWT token I think)//
... ... @@ -58,7 +58,6 @@
58 58  
59 59  = iTrivio part =
60 60  
61 -[[Edit>>url:https://wikitest.educasoft.net/bin/edit/Dev%20Environment%20Setup/Competent%20%3C-%3E%20Itrivio/WebHome?section=3]]
62 62  
63 63  Run the url [[http:~~/~~/localhost:8080/(companyUrl/)setCompanyConfig.html>>url:http://localhost:8080/setCompanyConfig.html?locale=cs]] of course on the domain your iTrivio runs and with the companyUrl of the comany you are setting this for.
64 64  
... ... @@ -70,7 +70,7 @@
70 70  * **COMPETENT_INTEGRATION_USERGROUP_ID **//(ID of usergroup in iTrivio in which new users will be created)//
71 71  * **COMPETENT_INTEGRATION_COURSE_TEMPLATE **//(optional - ID of course template in which new courses will be created)//
72 72  
73 -//(Save the settings... :-P )//
86 +//(Save the settings... )//
74 74  
75 75  Now open the file /com.itrivio/src/main/resources/settings.properties and set the two following properties:
76 76  
... ... @@ -79,6 +79,4 @@
79 79  
80 80  = Final setting test =
81 81  
82 -[[Edit>>url:https://wikitest.educasoft.net/bin/edit/Dev%20Environment%20Setup/Competent%20%3C-%3E%20Itrivio/WebHome?section=4]]
83 -
84 84  Thats it, you should be good to go. Now run both Apps, DO NOT TOUCH ITRIVIO FROM NOW ON. Go to Competent, create some Activity and in Detail, set the RUN_TYPE (Typ spouštění) to iTrivio, then select in type and hit **Save and Create in iTrivio** button. If it works, you are almost good to go. Now try to Edit the course, add one page and then try to run it. if THAT works, you are all set.