From version < 18.1 >
edited by Petr Blšťák
on 2020/04/30 14:08
To version < 17.1 >
edited by Petr Blšťák
on 2020/04/30 13:55
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
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.//
... ... @@ -62,7 +62,7 @@
62 62  1. Furthermore we need to create a folder, that would hold all the iTrivio courses in case of synchronization from iTrivio, so
63 63  1*. Log into Competent as the admin user and switch to the Admin view (if you didn't already)
64 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.
70 +1. If you want some other user than the default Competent admin to be able to edit the iTrivio courses, create this user.
66 66  
67 67  === __iTrivio__ ===
68 68  
... ... @@ -96,6 +96,9 @@
96 96  1*. **ADMIN_USER_CREATOR **(by default 2) = ID of the user that will be creating all the users in iTrivio
97 97  1. __iTrivio__ database, in the table __usergroup__ write down
98 98  1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
104 +1. __iTrivio__ database, in the table __playerskintemplate__ write down
105 +1*. **PLAYER_TEMPLATE **(by default 1) = ID of the player that will play your iTrivio courses (this is optional as the system has a default player)
106 +1. **TODO - IMPORTANT BUT CHECK WITH ONDREJ** - manually connect the two admins in Competent DB by external ID??? And generally who can EDIT the courses...?
99 99  
100 100  = Configuration =
101 101  
... ... @@ -103,14 +103,8 @@
103 103  
104 104  === __Competent__ ===
105 105  
106 -First we need to manually connect the first two users:
114 +In the application.properties, or in your own application-yourNameShortcut.properties file set the following propeties:
107 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 user with appropriate rights can only create/delete/run them.
111 -
112 -Now open the **application.properties** file and set the following propeties:
113 -
114 114  {{code language="properties"}}
115 115  #-# set to true if enabled
116 116  competentItrivioIntegration.enabled=true
... ... @@ -165,7 +165,7 @@
165 165  * **COMPETENT_INTEGRATION_TARGET_FOLDER_ID** = <COURSE_FOLDER>
166 166  * **COMPETENT_INTEGRATION_API_URL **//(url where Competent is running eg.: //[[http:~~/~~/localhost:9000/>>url:http://localhost:9000/]]//)//
167 167  * **COMPETENT_INTEGRATION_USERGROUP_ID** = <USERGROUP>
168 -* **COMPETENT_INTEGRATION_COURSE_TEMPLATE** = //leave this option blank, for now it has no effect on the system//
170 +* **COMPETENT_INTEGRATION_COURSE_TEMPLATE** = <PLAYER_TEMPLATE> TODO This doesn't seem to have any effect
169 169  
170 170  Save the setting with the **Odeslat **button (nothing visible will happen, don't be worried, it was saved)
171 171  
... ... @@ -184,7 +184,7 @@
184 184  = Final setting test =
185 185  
186 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.
189 +* Log into Competent, go to the Admin view to the Activities page.
188 188  * Create an Activity (of whatever subtype) and go to it's tab Details
189 189  * Edit the Launch type property, set it to iTrivio and hit the Save and Create in iTrivio button
190 190  * If you get any errors, check the configuration if all is set properly