Home
Softono
wuwei-lite

wuwei-lite

Open source PHP
16
Stars
2
Forks
0
Issues
0
Watchers
3 weeks
Last Commit
LMS

About wuwei-lite

WuWei Lite – a community edition of WuWei LMS, providing core e-learning features for courses, students, and instructors, optimized for easy setup and use.

Platforms

Web Self-hosted

Languages

PHP

English | 简体中文

WuWei Lite

WuWei Lite is the community edition of WuWei LMS — a streamlined learning management system designed for online education.

📦 Installation Guide

✅ Requirements

  • Server Type: VPS or Dedicated Server (❌ Shared hosting not supported)
  • Operating System: Debian, Ubuntu, or RHEL (Debian recommended)
  • Memory (RAM): 2 GB or more

⚠️ Important: Use a clean system. If your server already has web services like Nginx or Apache running (especially on ports 80 or 443), they may conflict with this installation.

🚀 Installation Steps

1. Log in as Root

Make sure you have root privileges:

sudo -i

2. Download the Installation Script

cd ~ && curl -O https://download.koogua.com/wuwei-lite/install.sh

3. Run a Clean Installation

bash install.sh --domain {your_domain}

Replace {your_domain} with your actual domain name or server ip address.

Admin Login (default)

4. Install with Demo Data (optional)

bash install.sh --domain {your_domain} --demo on

Replace {your_domain} with your actual domain name or server ip address.

Admin Login (demo)

5. Access Your Website

🐳 WuWei Lite Docker

Pre-configured Docker environment:

👉 WuWei Lite Docker

📖 Documentation

For full usage guides, configuration, and advanced setup:

👉 WuWei Documentation

📜 License