Step 1: Purchase & Extract
Before starting the web installation process, you need to purchase Mentor LMS and extract the package files to your server.
Purchase Process
- Visit the official Mentor LMS marketplace page
- Choose your license type (Standard or Extended)
- Complete the purchase process
- Download the package file (ZIP format)
- Save your purchase code for activation during installation
TIP
Your purchase code is required during installation and for accessing future updates. Store it in a safe place.
File Extraction
Local Development Environment
If you're installing on a local development environment:
- Extract the downloaded ZIP file to your local development directory
- Ensure the extracted files are within your web server's document root
- Make sure the web server has proper read/write permissions for the files
Live Server Installation
For installation on a live server:
- Upload the ZIP file to your server using FTP or your hosting control panel
- Extract the ZIP file in your web server's document root
Pre-Installation Configuration
Before running the web installer, you need to:
- Create a new database for Mentor LMS
- Copy the
.env.example
file to.env
Directory Structure
After extraction, you should see the following directory structure:
mentor-lms/
├── app/
├── bootstrap/
├── config/
├── database/
├── public/
├── resources/
├── routes/
├── storage/
├── tests/
├── vendor/
├── .env.example
├── artisan
├── composer.json
└── README.md
Next Steps
Once you've extracted the files, and created a database, you're ready to proceed with the Web Installer process.