1) Server Requirement to set PHP version: minimum PHP 7.3.0 or up to php 8.0 PHP extension sodium is recommended PHP extension exif is recommended PHP setting max_input_vars is recommended to be >= 5000 MYSQL - MYSQL Version - minimum 5.7 MariaDB version - minimum 10.2.29 2) Database Installation - create database in your server - import sql file 'cocoon_edumy.sql' given in the GitHub repository to newly created database https://prnt.sc/0O91f_8brTOF 3) Moodle Data https://prnt.sc/ChloSQ_x4dlC - put this moodle data folder outside your website root folder - for example if your moodle website directory in the server is like /www/html/moodlesite then upload moodledata folder to the following path /www/moodledata in short moodledata folder should not be publicly accessible so it has to put ourside the public directory 4) configure database and moodle data folder to moodle site https://prnt.sc/O63CGiwf0488 - this moodledemo folder you have to put in main root folder of your project - in this folder you will see config.php file, open it and edit the file https://prnt.sc/659Os4XAkmRI - in this file you have to set following details https://prnt.sc/lF3IkFBk6sNz DATABASE_NAME DATABASE_USER DATABASE_PASSWORD $CFG->wwwroot - set here your website domain without slash '/' behind the domain $CFG->dataroot - set here the path of moodledata folder That's it. after saving the config file to the server. run website domain to the browser and it will ask to continue for further steps of installation. Thanks