Skip to content
On this page

We encourage you to install from docker package guide

Installation from source

There are 3 main repositories to install from source, each of them have a readme.md file on github main page with instruction how to install from source

  1. API - the collection of backend components attached to database and other services. Laravel Application.
  2. Admin Panel - Content and Learning Management System, requires API component. Ant Design Pro Application
  3. Demo - implementation of user Frontend, requires API component. TypeScript Create React Application

One install API as standalone Laravel Application, and Admin Panel and Demo as standard React Application.

This article will not cover how to perform above.