Edjet LMS Server 6.4

Installing Edjet LMS Server

This tutorial will guide you trough the installation of the Edjet LMS Server application.

Article outline:

Launch Edjet LMS Installer

To start the Edjet LMS installation:

  1. Visit installer address in your browser:
    <installationAddress>/admin/service/appmanager/install.php
    Replace <installationAddress> with your installation address.
  2. Click the License agreement link and read it.
  3. Click the checkbox I agree with the Edjet License Agreement.
  4. Click Start installation.

Environment check

The Installer automatically check your system configuration against the requirements.

  1. Please, review the check list and resolve problems, if any.
  2. If your server matches all the requirements, click Next.

Database connection

To connect Edjet LMS Server to the database:

  1. Enter Database name “learnis”.
  2. Enter Schema name “template_c6”.
  3. Enter Host “127.0.0.1” // detected by installer, can be changed.
  4. Enter User “template_c6”.
  5. Enter Password – use a password you set during installation.
  6. When done, click Next.

The installer will try to connect to the database at this point.

If the connection is successful, next page is displayed.

Protocol & domain

Set the installation address composed from protocol and domain:

  1. Set the Protocol to "https://" (recommended).
  2. Enter the Domain.
    Examples: lms.example.com, example.com.
    The value is detected automatically but you can change it.

Learn more about installation address.

Superadmin account

Enter the installation address and create the Superadmin account, to be able to sign in to Edjet LMS later as a platform owner.

  1. Enter the Superadmin password.
  2. Click Install.

Installation progress and status

Page with installation progress is displayed.

  • You can see the progress of the installation in the console.
  • Installation should take few seconds, 30s top depending on performance of your server.
  • Any errors will be displayed in output area and can be copied and sent to our support easily for investigation.

When the installation is completed, the message about successful installation is shown.

You have completed the Edjet LMS Server installation. Congratulations!

Browse the Edjet LMS

To browse the Edjet LMS learner portal and administration:

  1. To visit learner portal, right click Learner portal and then click Open in new tab.
    Or, use your browser to visit:
    <installationAddress>
  2. To visit administration, right click Administration and then click Open in new tab.
    Or, use your browser to visit:
    <installationAddress>/admin

Learn more about installation address.

Troubleshooting installation

Make sure your environment match the requirements and no necessary steps described in this help were skipped or misconfigured.

Check app and environment config files and error logs:

  • Apache httpd.conf - C:\Apache24\conf\httpd.conf
  • Apache error logs - C:\Apache24\logs\error.log - documentation
  • PHP ini - C:\php\php.ini
  • Edjet LMS config - "/var/www/html/config/cfg.ini.php" | C:\Apache24\htdocs\config\cfg.ini.php
    • Variable "platform" must match your platform (1 = Linux, 2 = Windows)

Alternative to error log inspection is to turn PHP error messages on in php.ini using "display_errors = On" directive. Please do not use this in production when application is live, as the output will show to the users and can even break the app to the users.

If installation fails and you want to try again, drop the database schema and all installation files from installation folder.

If installation is not able to write/update on whole folder and all installation files, the installation will fail. See how to change permissions for Linux above.

Installation and upgrade