# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://remui-docs.edwiser.org/getting-started/clone-remui-demo/installation-steps-demo-cloner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
