Show last authors
1 = Software to be installed =
2
3 //Unless stated otherwise, newer stable versions of the program should work.//
4
5 ==== [[iTrivio 2.9.017>>doc:Main.Official manuals.iTrivio installation manual.WebHome]] ====
6
7 ==== [[Competent 33>>doc:Main.Official manuals.Competent installation manual.WebHome]] ====
8
9
10 = Introduction =
11
12 //On this page we use the term "Course" for both: course and test in iTrivio.//
13
14 The integration of Competent and iTrivio provides features from both softwares merged together and accessible through Competent.
15
16 When specific objects are created (and deleted) in Competent, they are automatically created (and deleted) in iTrivio as well. Competent stores the ID references to the iTrivio objects in it's database.
17
18 This applies to creation of:
19
20 * Users
21 * Courses (Activities with the specific launch type iTrivio)
22 * User-Course assignments
23 * User-Course attempts
24
25 iTrivio application is accessible only throught specific links in Competent when:
26
27 * editing a content of Course
28 * playing a Course
29 * displaying specific User-Course reports
30
31 The links to iTrivio contain a one time auto-login security token that approves the current user's action in iTrivio. There is no need for the user to log into iTrivio system manually.
32
33 By default the password of a user in iTrivio is different (random) from his password in Competent to prevent direct access to iTrivio. We recommend to disable iTrivio emailing and to keep iTrivio user's password secret to the user.
34
35 (% class="box warningmessage" %)
36 (((
37 **Modifying iTrivio directly (out of Competent platform) can cause synchronization issues, especially when manipulating with Users, Courses, User-Course attempts and assignments.**
38 )))
39
40 The configuration below describes the basic scenario where
41
42 * both iTrivio and Competent are fresh installations
43 * login with the default iTrivio and Competent admin accounts were successfully tested
44 * Competent will be the main platform to handle course creation/deletion, user management and user-course management.
45
46 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).
47
48 = Systems preparation =
49
50 In order for the two systems to work together, we first have to create the basic structures they will operate with - users, folders etc.
51
52 === __Competent__ ===
53
54 If you have both systems as a fresh installations and you will use them only throught the Competent system, you can skip this step and go to the iTrivio preparation.
55
56 1. We need to decide what subtypes we want to use for new Users and new Activites in the use case, when we would need to synchronize users and courses from iTrivio into Competent. This will not typically happen if you will use the systems as described above.
57 1*. If you want new Users and Activities to be of default subtype, you don't need to create anything.
58 1*. If you want new Users and Activities to be of some other subtype
59 1**. Log into Competent as the admin user
60 1**. switch to the Admin view
61 1**. go to the page Settings, to the tab Subtypes and create new subtypes for User and Activity (click on the green plus icon, fill in the new subtype name and hit the Create button).
62 1. Furthermore we need to create a folder, that would hold all the iTrivio courses in case of synchronization from iTrivio, so
63 1*. Log into Competent as the admin user and switch to the Admin view (if you didn't already)
64 1*. Go to the Competent page Activities and create a new folder named for example iTrivio Courses (click on the green plus icon, choose Folder, fill in it's name and click Save).
65 1. If you want some other user than the default Competent admin to be able to edit the iTrivio courses, create this user. Note that this user should have appropriate admin rights. We recommend to use the default admin for now.
66
67 === __iTrivio__ ===
68
69 Here we need to create the users that will manipulate iTrivio courses and a folder to store them.
70
71 1. Log into iTrivio as admin user and go to the **Courses & Tests**
72 1. **Create a new folder** named for example Competent courses - this is where all your courses will be stored
73 1. If you want the company default admin user to manage all the courses and users creation in iTrivio, skip to step 7), otherwise
74 1. Go to **Administration **to the section **Users**
75 1. **Create new user** that will be responsible for manipulating all objects in iTrivio (courses and users). Fill just his email, name and surename and assign him the role Administrator.
76 1. Optionally you can create another new user that will be responsible only for creating new users in iTrivio
77 1. Go to the **Usergroups administration** and create new usergroup (for example Competent users) - this is where all your new users will be assigned.
78
79 === __Databases info__ ===
80
81 Now we need to write down IDs of all the objects we just created (and some more). If you have both systems as fresh installations, you did not create any specific subtypes in Competent and users in iTrivio, you can just use the default values from brackets.
82
83 1. __Competent__ database, in the table __subtype__ write down
84 1*. **USER_SUBTYPE **(by default 1) = subtype ID of the default_user (column "name") or if you created a specific subtype, find it by its name and write down it's ID
85 1*. **ACTIVITY_SUBTYPE **(by default 2) = subtype ID of the default_timeless_activity (column "name") that has "activity_type_id" = 1. If you created a specific subtype, find it by its name and write down it's ID
86 1. __Competent__ database, in the table __activity_set__ write down
87 1*. **ACTIVITY_FOLDER **(by default 1) = ID of the folder you created for new itrivio courses (find by name in the column "name")
88 1. __iTrivio__ database, in the table __company__ write down
89 1*. **COMPANY_ID **(by default 1) = ID of the company that will be synchronized with Competent (find by name in the column "name")
90 1*. **COMPANY_URL **(by default empty) = value from the column "urlContext" of the company that will be synchornized with Competent (find by name in the column "name")
91 1. __iTrivio__ database, in the table __course__ write down
92 1*. **COURSE_FOLDER **(by default 1) = ID of the folder that you created for new courses created from Competent (find by name in the column "name")
93 1. __iTrivio__ database, in the table __itrivio_user__ write down
94 1*. If you skipped the steps 4) - 6) in iTrivio preparation and you are using fresh iTrivio instalation, just write down the default values
95 1*. **ADMIN_CREATOR **(by default 2) = ID of the user that will be creating all the users and courses in iTrivio
96 1*. **ADMIN_USER_CREATOR **(by default 2) = ID of the user that will be creating all the users in iTrivio
97 1. __iTrivio__ database, in the table __usergroup__ write down
98 1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
99
100 = Configuration =
101
102 Now you can modify the systems configuration files, use the values written down from databases.
103
104 === __Competent__ ===
105
106 First we need to manually connect the first two users:
107
108 * Go to the Competent database once more, to the table __user_mt__ and find either the default Competent admin (by login "admin" and typically it will be the user with ID=1) or the other user you created in the Competent preparation step, to edit your iTrivio courses.
109 * Find the column external_id and instead of NULL fill in the <ADMIN_CREATOR> value.
110 * For now, this user will be the **only one** in your company that will be able to edit the iTrivio courses. Other users with appropriate rights can only create/delete/run them.
111
112 Now open the **application.properties** file and set the following propeties:
113
114 {{code language="properties"}}
115 #-# set to true if enabled
116 competentItrivioIntegration.enabled=true
117
118 #-# itrivio company url context, leave empty if company has no url context
119 competentItrivioIntegration.itrivioCompanyUrlContext=<COMPANY_URL>
120
121 #-# url of iTrivio app (for integration API communication - accessible from Competent server location)
122 competentItrivioIntegration.url=http://localhost:8080/
123
124 #-# url of iTrivio app (for generating user links - accessible from browser of users)
125 competentItrivioIntegration.linkUrl=http://localhost:8080
126
127 #-# integrated iTrivio db company ID
128 competentItrivioIntegration.itrivioCompanyId=<COMPANY_ID>
129
130 #-# -------------- COMPETENT INTEGRATION ------------
131 #-# --- From Competent to iTrivio synchronization ---
132
133 #-# iTrivio db user ID, which will be used as a creator iTrivio ID when creating new users in iTrivio
134 competentItrivioIntegration.userCreatorItrivioUserId=<ADMIN_USER_CREATOR>
135
136 #-# iTrivio db user ID, which account will be used to perform actions in iTrivio (such as creating courses and users)
137 competentItrivioIntegration.auth.userId=<ADMIN_CREATOR>
138
139 #-# need to be same as "environment.id" property in iTrivio "settings.properties" file
140 competentItrivioIntegration.auth.environment=PROD
141
142 #-# need to be same as "jwt.key" property in iTrivio "settings.properties" file
143 competentItrivioIntegration.auth.key=CHANGE_ME
144
145 #-# -------------- COMPETENT INTEGRATION ------------
146 #-# --- From iTrivio to Competent synchronization ---
147
148 #-# competent db subtype ID, which will be used when creating new Users in Competent
149 competentItrivioIntegration.newUserSubtypeId=<USER_SUBTYPE>
150
151 #-# competent db subtype ID, which will be used when creating new Activities in Competent
152 competentItrivioIntegration.newActivitySubtypeId=<ACTIVITY_SUBTYPE>
153
154 #-# competent db activitySet (folder) ID, which will be used when creating new Activities in Competent as parent folder ID
155 competentItrivioIntegration.newActivityTargetFolderId=<ACTIVITY_FOLDER>
156 {{/code}}
157
158 = iTrivio part =
159
160 Run the url "http(s):~/~/<yourdomain>:<port>/(companyUrl/)setCompanyConfig.html" on the domain and port your iTrivio runs and with the companyUrl of the company you are setting this for.
161
162 Fill in the settings COMPETENT_INTEGRATION_XXX:
163
164 * **COMPETENT_INTEGRATION_ENABLED// //**//check the box to be set to true//
165 * **COMPETENT_INTEGRATION_TARGET_FOLDER_ID** = <COURSE_FOLDER>
166 * **COMPETENT_INTEGRATION_API_URL **//(url where Competent is running eg.: //[[http:~~/~~/localhost:9000/>>url:http://localhost:9000/]]//)//
167 * **COMPETENT_INTEGRATION_USERGROUP_ID** = <USERGROUP>
168 * **COMPETENT_INTEGRATION_COURSE_TEMPLATE** = //leave this option blank, for now it has no effect on the system//
169
170 Save the setting with the **Odeslat **button (nothing visible will happen, don't be worried, it was saved)
171
172 Now open the file "/com.itrivio/src/main/resources/settings.properties" and set the two following properties:
173
174 {{code language="properties"}}
175 # custom environment name, e.g. PROD,DEV,TEST... (must match the competentItrivioIntegration.auth.environment property from Competent)
176 environment.id=PROD
177
178 # secret part of you JWT key - used for communication with the Competent system and creating auto-login links
179 # see also jwt.expiration
180 # (must match the competentItrivioIntegration.auth.key property from Competent)
181 jwt.key=xxxsecret
182 {{/code}}
183
184 = Final setting test =
185
186 * Now run (or restart) both Systems, **but from now on do not touch iTrivio **apart from making changes in the course creator tool when redirected there from Competent.
187 * Log into Competent (as the user able to edit iTrivio courses), go to the Admin view to the Activities page.
188 * Create an Activity (of whatever subtype) and go to it's tab Details
189 * Edit the Launch type property, set it to iTrivio and hit the Save and Create in iTrivio button
190 * If you get any errors, check the configuration if all is set properly
191 * Click the Edit button, it should take you to the iTrivio course editor, so add one new slide here, save it and close the browser tab.
192 * Click the Start button, it should launch the iTrivio course for you.
193 * If all this works, everything is set correctly