﻿LiveSchool cloud / self-host deploy pack (v1.0.2)
LiveSchool cloud / self-host deploy pack
========================================

Contents
  INSTALL-GUIDE.txt   << START HERE â€” IIS / Azure App Service steps
  INSTALL-DOCKER.txt  Docker SingleTenant steps
  INSTALL-WINDOWS.txt Local Setup.exe summary
  README.txt          This file
  api/                LiveSchool API (Simple mode)
  web/                Blazor Web UI
  docker/             Customer docker-compose + .env.example (SingleTenant)

Quick path (IIS / App Service)
  1. Download license.json from https://www.school-automation.com/modules/purchases
  2. Read INSTALL-GUIDE.txt
  3. Deploy api/ then web/ to YOUR hosting + SQL
  4. Activate license keys and turn enforcement On

Quick path (Docker)
  1. Read INSTALL-DOCKER.txt and docker/README.md
  2. cd docker && cp .env.example .env && edit SQL + PUBLIC_API_URL
  3. From repo context required for build â€” see docker/README.md
  4. Activate license.json the same way as Windows/cloud zip

Online guides
  https://www.school-automation.com/modules/install#self-host
  https://www.school-automation.com/modules/downloads#cloud-pack
  https://www.school-automation.com/guide

Notes
  - Full product binary; your license unlocks paid modules only.
  - Hosting__Mode=SingleTenant (one SQL catalog; no host-tenant routing).
  - Platform school-automation.com does not auto-create a tenant.
  - Full hosted SIS: https://liveschools365.com

