Hello @beabzk, apologies for late reply!
Check this documentation chapter on how to change the Kolibri Home folder. We believe the following scenario might be useful for you:
(You will have to have user1 and user2 created on Kolibri too)
- Sign in as
user1and stop Kolibri (right click the taskbar Kolibri icon and click onExit). - Move the Kolibri home folder from
C:\Users\user1\.kolibri\folder to the new location, for exampleC:\Kolibri\.kolibri\. - Share that folder with
user2(right click and selectProperties > Sharing). - Run the following in Command Prompt:
setx KOLIBRI_HOME "C:\Kolibri\.kolibri" - Restart Kolibri and you should be able to open in the browser and sign in as
user1. - Now sign in on Windows as
user2and stop Kolibri. - Run the same command as above in Command Prompt:
setx KOLIBRI_HOME "C:\Kolibri\.kolibri" - Restart Kolibri and you should be able to open the browser sign into Kolibri as
user2.
This way both users will have the same shared folder where the channels are stored, and you will not have to download them separately for each user.
Let us know if this scenario is responding to your needs.