Install Moodle LMS on your Local Machine using Xampp, PHPMyAdmin, MaraiDB / MySQL | Kovolff

Поделиться
HTML-код
  • Опубликовано: 5 окт 2020
  • Moodle is an open source LMS (Learning Management System), with which you can manage your educational content and documentation.
    This installation uses the MaraiDB / MySQl database that come along with XAMPP
    Step 1: Download Moodle from www.moodle.org/
    Step 2: Extract Zip file and place the moodle folder in your public Xampp directory. This is the directory Xampp uses to serve web pages on your local machine. Rename the Moodle folder to any name you wish your LMS to be known.
    In the video The moodle folder was renamed to selflearner.
    Step 3:
    Create a directory for Moodle to store its data. This directory should best be kept outside the “public” folder you had placed your moodle folder in.
    i.e. if your “public” folder is in E:\public and if you called your Moodle installation selflearner, then have your moodle data folder in say E:\data\selflearner_dada.
    Step 4: Create the database Moodle requires
    To use the MariaDB database that comes along with Xampp, go to Xampp’s control panel and click on Admin along the second row. The ow, which has MySQL as its first entry.
    You will land on the PHPMyAdmin MySQL user interface. Just paste the code below after replacing db_name with the name your database should have:
    CREATE DATABASE db_name DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    SET GLOBAL innodb_file_format = barracuda;
    SET GLOBAL innodb_file_per_table = 1;
    SET GLOBAL innodb_large_prefix = 'on';
    Step 5. Create a database user for Moodle to access the database.
    In PHPMyAdmin go to the “user accounts” tab on the top bar and create a new user.
    Step 6: Go to localhost/[name you gave your LMS].
    You should now be in the Moodle installer. Follow the installer instructions step by step
    After completing all steps, the installation process kicks off and can take a bit of time.
    Step 7: Set up an admin account for Moodle.
    Step 8: Set up the Front Page Setting for your LMS.
    Now your LMS is ready for configuration and setting up new courses.
    #moodle #xampp #mysql

Комментарии • 6

  • @FrancisP
    @FrancisP 3 года назад +1

    Thanks for the very informative tutorial. Looking forward to the next videos.

  • @mivanhanifv918
    @mivanhanifv918 3 года назад

    Thanks, very helpful!

  • @munalugonvu
    @munalugonvu 2 года назад

    Thank you.

  • @inocentiusdamar5538
    @inocentiusdamar5538 2 года назад

    MaraiDB AWIKWOK

  • @yadagirigajjelli2285
    @yadagirigajjelli2285 2 года назад

    after installing moodle
    home page not viewing properly
    main page showing line by line ( GUI Not Working Properly )
    Jest show below type on home screen
    ""
    Skip to main content
    Side panel
    0
    Notifications
    You have no notifications
    See all
    0
    Admin Yadagiri
    Dashboard
    Profile Grades Messages Preferences Log out
    Switch role to...
    Dashboard
    Site home
    Calendar
    Private files
    Content bank
    Site administration
    Add a block
    ete.....
    then how to resolve ..

  • @Pasindu_Maduranga_
    @Pasindu_Maduranga_ 2 года назад

    How to connect this with my website?