# Installation wizard

Download the source from [Chamilo](http://www.chamilo.org/en/download)'s download pageand unpack it (with a tool such as 7-zip under Windows or *tar* under Linux/MacOS).

* If it is a remote server (i.e. you are not directly connected to the computer by a keyboard and a screen), send the archive through FTP (or [SSH](http://fr.wikipedia.org/wiki/Secure_Shell)) to the online space (we recommend you send the file and then unzip it on the server, this will be much faster and secure, but you can also send all the files you find under the *chamilo* directory *–* beware, sometimes the FTP transfer is interrupted and the installation cannot be completed safely – make sure all files have been transferred by checking the log and sending them a second time, checking the option *Don't overwrite existing files* in your FTP client).
* If it is a local installation, just copy the files in the root web folder on your server (on Ubuntu, that is, inside /var/www).

Ex.: user\@server:(sudo) mv /home/*user*/Desktop/chamilo /var/www

**Note** : You might want to rename the directory to something more convenient once unpacked.

Chamilo can be installed to whichever directory you like. Choose the root directory of the site so that the platform is directly accessible through the « <http://www.mydomain.com/> » address, for example.

The directory where the files are copied must be writeable by the same system user running the web server (i.e. *www-data* on Ubuntu, or *httpd* or *nobody* on some other UNIX-based operating systems). Remotely, you must be able to change the permissions on the files and folders through [FTP](http://fr.wikipedia.org/wiki/FileZilla), [SSH](http://fr.wikipedia.org/wiki/Secure_Shell) or any other type of access.


---

# Agent Instructions: 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://docs.chamilo.org/1.11.x/admin-guide/installation_and_configuration/installation_wizard.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.
