Making Kolibri accessible over the Internet

How can I make Kolibri accessible over the Internet and run it like this?https://kolibridemo.learningequality.org/learn/#/topics
Thank you in advance.

Hello @andy13798,

Unfortunately, there isn’t a straightforward way to do this. You can, however, run it as a Django app by following these instructions.

As @jordan mentions, making a website accesible via Internet is not a trivial task and it involves many considerations, from the hosting (from cloud to a Raspberry Pi the options are innumerable) to the security concerns.

In case you don’t have much experience and don’t need too many concurrent users I would recommend you to install kolibri in your own machine and use a service like https://ngrok.com/ or https://remote.it/ These allow your machine to be accesible from Internet. Those services have a free tier you can use to test it and decide if it’s worth for you paying to allow more users accessing to your machine.

If you need a server like http://kolibridemo.learningequality.org , which is ready to receive multiple users, you should look for professional services to help you to set it up.