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

Summary

Details

Page properties
Content
... ... @@ -1,8 +6,3 @@
1 -(% class="box errormessage" %)
2 -(((
3 -This section is currently under construction... please wait until is finished
4 -)))
5 -
6 6  = Software to be installed =
7 7  
8 8  //Unless stated otherwise, newer stable versions of the program should work.//
... ... @@ -67,6 +67,7 @@
67 67  1. Furthermore we need to create a folder, that would hold all the iTrivio courses in case of synchronization from iTrivio, so
68 68  1*. Log into Competent as the admin user and switch to the Admin view (if you didn't already)
69 69  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 70  
71 71  === __iTrivio__ ===
72 72  
... ... @@ -100,9 +100,6 @@
100 100  1*. **ADMIN_USER_CREATOR **(by default 2) = ID of the user that will be creating all the users in iTrivio
101 101  1. __iTrivio__ database, in the table __usergroup__ write down
102 102  1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
103 -1. __iTrivio__ database, in the table __playerskintemplate__ write down
104 -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)
105 -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...?
106 106  
107 107  = Configuration =
108 108  
... ... @@ -110,8 +110,14 @@
110 110  
111 111  === __Competent__ ===
112 112  
113 -In the application.properties, or in your own application-yourNameShortcut.properties file set the following propeties:
106 +First we need to manually connect the first two users:
114 114  
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 +
115 115  {{code language="properties"}}
116 116  #-# set to true if enabled
117 117  competentItrivioIntegration.enabled=true
... ... @@ -166,7 +166,7 @@
166 166  * **COMPETENT_INTEGRATION_TARGET_FOLDER_ID** = <COURSE_FOLDER>
167 167  * **COMPETENT_INTEGRATION_API_URL **//(url where Competent is running eg.: //[[http:~~/~~/localhost:9000/>>url:http://localhost:9000/]]//)//
168 168  * **COMPETENT_INTEGRATION_USERGROUP_ID** = <USERGROUP>
169 -* **COMPETENT_INTEGRATION_COURSE_TEMPLATE** = <PLAYER_TEMPLATE> TODO This doesn't seem to have any effect
168 +* **COMPETENT_INTEGRATION_COURSE_TEMPLATE** = //leave this option blank, for now it has no effect on the system//
170 170  
171 171  Save the setting with the **Odeslat **button (nothing visible will happen, don't be worried, it was saved)
172 172  
... ... @@ -185,7 +185,7 @@
185 185  = Final setting test =
186 186  
187 187  * 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.
188 -* Log into Competent, go to the Admin view to the Activities page.
187 +* Log into Competent (as the user able to edit iTrivio courses), go to the Admin view to the Activities page.
189 189  * Create an Activity (of whatever subtype) and go to it's tab Details
190 190  * Edit the Launch type property, set it to iTrivio and hit the Save and Create in iTrivio button
191 191  * If you get any errors, check the configuration if all is set properly