Home
Softono

Wuwei Lite

Open source PHP
16
Stars
2
Forks
0
Issues
0
Watchers
2 months
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

Need Help Installing Wuwei Lite?

We provide expert installation service for this software. Our team will install, configure, and secure Wuwei Lite on your server. plans start at just $30.

Wuwei Lite

View on GitHub

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

  • Home Page: http://{your_domain}
  • Admin Panel: http://{your_domain}/admin

🐳 WuWei Lite Docker

Pre-configured Docker environment:

👉 WuWei Lite Docker

📖 Documentation

For full usage guides, configuration, and advanced setup:

👉 WuWei Documentation

📜 License