# Chamilo Rapid

The PowerPoint® or Impress® presentations conversion to learning paths is relatively complex to install the right way. There's only one known short-cut: install an OpenOffice.org or LibreOffice version 3 and the *screen* command.

$ sudo apt-get install libreoffice screen

Then launch the following commands

$ screen

*$* *sudo soffice -accept=\*\*”\*\*socket,host=**127.0.0.1**,port=2002,tcpNoDelay=1;urp;”* *-headless -nodefault* *-nofirststartwizard* *-nolockcheck -nologo* *-norestore* *&*

ctrl-a + ctrl-d

Any finer explanation would largely be out of the context of this guide, but this recipe works well on Ubuntu server.

**Note**: the installation of the video-conference server already includes the installation of the *OpenOffice.org* server on port 8100, so if you have installed it, you won't need the command above. Just configure Chamilo to use the presentations conversion server from port 8100.

Once configured and running, you will be able to convert PPT from inside your courses' learning path tools.

![](/files/-LioWEf5wHHwW4y2-DoL)

*Illustration: Rapid conversion icon in learning paths tool*

![](/files/-LioWEfH5UCEB03ycC6e)

*Illustration: Learning path import PPT screen*

Once imported this way, a PowerPoint or Impress presentation will be transformed to a full learning path, ready to be further edited and structured, then published to learners.

If you're stuck with the installation of this service, don't hesitate to ask one of our official providers to give you a hand or rent you one of their pre-configured servers.


---

# 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/global_features/chamilo_rapid.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.
