Edwiser RemUI Theme For Moodle - Documentation
Edwiser RemUI Theme Documentation
Edwiser RemUI Theme For Moodle - Documentation
Edwiser RemUI Theme Documentation
  • 🚀Getting Started
    • Clone RemUI Demo
      • Requirements
      • Installation Steps Demo Cloner
      • Login
      • For Non-SQL User
    • Installation
      • Changing the theme to RemUI
      • Activating the license key
      • Enabling up page builder
    • Quick Start Guide
      • Basic Configuration
      • Customizing Your Theme
      • Import Demo Home Page
  • 🏠Site Home Page Setup
    • Set Page Builder & Enable Filter
    • Import Demo Home Page
    • Create Home Page
    • Customize Home Page Sections
    • Create Home Page For RemUI Starter
  • ⚙️RemUI Theme Setup
    • Basic Setting
    • Focus Mode Enhancements
    • Dark Mode
    • 🖌️Visual Personalizer (Colour Customization)
      • Global Settings
      • Custom CSS
    • Header
    • Footer
    • Login Page
    • Custom CSS
  • 📖Course Setup
    • Course Format
    • Course Settings
    • Course Filters and Sorting
    • Featured Courses Block
    • Enrolment Global Settings
    • View Enrolment Page
    • Edit Enrolment page
    • Adding custom fields
  • 📊Dashboard Page Setup
  • 🛠️Custom Page Creation
    • Create custom page
    • Customize the page
    • SEO optimzing the page
    • Saving and Publishing the Page
    • Manage custom pages
    • Edit Custom Page URL
  • Accessibility Widget
  • Site Sync
  • ⭐Course Rating & Review
  • Export block
  • 🔁Update Guide
  • 🧠Knowledge Base
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Clone RemUI Demo

Installation Steps Demo Cloner

Open the command line interface from your server Cpanel

  • Navigate to the temp directory:

    cd /etc/temp
  • Download the demo files:

    wget <download_url>

Get the URL from the Edwiser RemUI Demo Cloner file in the My-account page, e.g., wget https://remuidemo.org

  • Unzip the demo importer file:

    unzip importer.zip
  • Navigate to the Importer directory:

    cd importer
  • Extract the installer:

    bash download_backup.sh
  • Initiate the demo installation:

    bash setup_demo.sh

Configuration Details

  • Enter the website address:

    www.mydomain.org
  • Specify if the domain has an SSL certificate (Y/N):

    Y (if SSL is installed) or N (if not installed)
  • Enter the Moodle HTML path:

    /var/www/mydomain/html
  • Enter the Moodledata path:

    /var/www/mydomain/

Ensure the moodledata folder is outside your web root and not publicly accessible.

  • Enter the database name, username, and password when prompted.

PreviousRequirementsNextLogin

Last updated 1 year ago

Was this helpful?

🚀