# Installation Steps Demo Cloner

#### Open the command line interface from your server Cpanel

* Navigate to the temp directory:

  ```sh
  cd /etc/temp
  ```
* Download the demo files:

  ```sh
  wget <download_url>
  ```

{% hint style="info" %}
Get the URL from the Edwiser RemUI Demo Cloner file in the My-account page, e.g., `wget https://remuidemo.org`
{% endhint %}

* Unzip the demo importer file:

  ```sh
  unzip importer.zip
  ```
* Navigate to the Importer directory:

  ```sh
  cd importer
  ```
* Extract the installer:

  ```sh
  bash download_backup.sh
  ```
* Initiate the demo installation:

  ```sh
  bash setup_demo.sh
  ```

#### Configuration Details

* Enter the website address:

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

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

  ```css
  /var/www/mydomain/html
  ```
* Enter the Moodledata path:

  ```bash
  /var/www/mydomain/
  ```

{% hint style="info" %}
Ensure the moodledata folder is outside your web root and not publicly accessible.
{% endhint %}

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