Download and install Paideia LMS
本頁內容尚未翻譯。
準備好……
- Download the Paideia LMS binary for your platform
- Make the binary executable
- Verify the installation
Download the Paideia LMS binary
Section titled “Download the Paideia LMS binary”The single binary installation is the fastest way to get Paideia LMS running. Paideia LMS is distributed as a single executable file that contains everything you need.
-
Download the binary for your platform:
Terminal window curl -L -o paideia https://github.com/paideia-lms/paideia/releases/latest/download/paideia-macos-arm64chmod +x paideiaxattr -c paideiaTerminal window curl -L -o paideia https://github.com/paideia-lms/paideia/releases/latest/download/paideia-linux-arm64chmod +x paideiaTerminal window curl -L -o paideia https://github.com/paideia-lms/paideia/releases/latest/download/paideia-linux-x64chmod +x paideia -
Verify the installation by checking the version:
Terminal window ./paideia versionYou should see the Paideia LMS version number displayed, confirming the binary is working correctly.
Checklist
Section titled “Checklist”Resources
Section titled “Resources”-
Installation and Setup Guide internal — complete installation guide with Docker Compose option
