From version < 7.4 >
edited by Petr Blšťák
on 2020/04/30 04:24
To version < 7.3 >
edited by Petr Blšťák
on 2020/04/30 03:51
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -74,42 +74,28 @@
74 74  
75 75  1. Log into iTrivio as admin user and go to the **Courses & Tests**
76 76  1. **Create a new folder** named for example Competent courses - this is where all your courses will be stored
77 -1. If you want the company default admin user to manage all the courses and users creation in iTrivio, skip to step 7), otherwise
78 78  1. Go to **Administration **to the section **Users**
79 -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.
78 +1. **Create new user** that will be responsible for manipulating all objects in iTrivio (courses and users). Fill just his email, name and surename.
80 80  1. Optionally you can create another new user that will be responsible only for creating new users in iTrivio
81 81  1. Go to the **Usergroups administration** and create new usergroup (for ecample Competent users) - this is where all your new users will be assigned.
82 82  
83 -=== __Databases info__ ===
82 +=== __Databases__ ===
84 84  
85 -Now we need to write down IDs of all the objects we just created (and some more). If you have both systems fresh installations, you did not create any specific subtypes in Competent and users in iTrivio, you can just use the default values from brackets.
84 +Now we need to write down IDs of all the objects we just created (and some more).
86 86  
87 87  1. In __Competent__ database, in the table __subtype__ write down
88 88  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
89 89  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
90 90  1. In __Competent__ database, in the table __activity_set__ write down
91 -1*. **ACTIVITY_FOLDER **(by default 1) = ID of the folder you created for new itrivio courses (find by name in the column "name")
90 +1*. **CMP_ACTIVITY_FOLDER **(by default 1) = ID of the folder you created for new itrivio courses (find by name in the column "name")
92 92  1. In __iTrivio__ database, in the table __company__ write down
93 -1*. **COMPANY_ID **(by default 1) = ID of the company that will be synchornized with Competent (find by name in the column "name")
94 -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")
95 -1. In __iTrivio__ database, in the table __course__ write down
96 -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")
97 -1. In __iTrivio__ database, in the table __itrivio_user__ write down
98 -1*. If you skipped the steps 4) - 6) in iTrivio preparation and you are using fresh iTrivio instalation, just write down the default values
99 -1*. **ADMIN_CREATOR **(by default 2) = ID of the user that will be creating all the users and courses in iTrivio
100 -1*. **ADMIN_USER_CREATOR **(by default 2) = ID of the user that will be creating all the users in iTrivio
101 -1. In __iTrivio__ database, in the table __usergroup__ write down
102 -1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
103 -1. In __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)
92 +1*. COMPANY_NAME (by default 1) = ID of the company that will be synchornized with Competent (find by name in the column "name")
105 105  
94 += Competent part =
106 106  
107 -= Configuration =
108 108  
109 -=== __Competent__ ===
97 +in application.properties, or in your own application-yourNameShortcut.properties file set the following propeties:
110 110  
111 -In the application.properties, or in your own application-yourNameShortcut.properties file set the following propeties:
112 -
113 113  * **competentItrivioIntegration.enabled=true**
114 114  //(true to allow the connection between apps)//
115 115  * **competentItrivioIntegration.itrivioCompanyUrlContext=/test**