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.

Last updated