<p> Are you interested in translating the installation guide to your own language? The best way to proceed is to ask us on the <ahref="http://www.dokeos.com/forum/">Dokeos forum</a>
for the latest version – there may be updates to the guide since
this version was released – and send new translations off to the <ahref="mailto:translation@dokeos.com">translation@dokeos.com</a> email address. </p>
<i>This part is optional, only organisations wanting to convert Office documents to learning paths might want to read this.</i><br/>
Oogie converts your presentations coming from Ms-Office and OpenOffice into SCORM standardized e-courses or <spanstyle="font-style: italic;">learning paths</span>.
This feature needs OpenOffice to convert the slides and RED5 (optional)
to record your voice on top of the slides through a Flash based
audio-recorder.<br/>
<br/>
<h3>7.1. PowerPoint / Impress conversion </h3>
<ul>
<li>Install OpenOffice</li>
<li>Edit the OpenOffice Setup.xcu file </li>
</ul>
<divclass="code">On some Windows computers, located : <spanstyle="font-weight: bold;">C:\Program Files\OpenOffice.org 2.2\share\registry\data\org\openoffice\Setup.xcu</span><br/>
On some Linux computers, located : <spanstyle="font-weight: bold;">/usr/lib/openoffice/share/registry/data/org/openoffice/Setup.xcu</span>
Enter your Dokeos portal on the web ><spanstyle="font-style: italic;">Admin section > Configure the Services > Oogie </span>and type :<br/>
<divclass="code">
<spanstyle="font-weight: bold;">Host : </span>localhost<br/><spanstyle="font-weight: bold;">Port</span> : 2002<br/><spanstyle="font-weight: bold;">Username</span> : (leave empty if OpenOffice runs on webserver machine)<br/><spanstyle="font-weight: bold;">FTP password</span> : (leave empty if OpenOffice runs on webserver machine)<br/>
<spanstyle="font-weight: bold;">Path to LZX Files</span>: /main/webrooms/recorder.swf<br/><spanstyle="font-weight: bold;">Size of the slides </span>: 800x600
(as long as your clients use most often a 1024x768 standard definition
screen)<br/></div>
<ul>
<li>Start OpenOffice. Conversion will work only if this software is up and running. Check the <ahref="http://www.dokeos.com/wiki/index.php/MakeOOOListening">MakeOOOListening</a> wiki page to start OpenOffice as a service.</li>
<li>Test the conversion : create a course > enter the course >
Learning Path > PowerPoint conversion. If the slides are converted,
then OpenOffice is listening to Dokeos. </li>
</ul>
<spanstyle="font-weight: bold;">NOTE</span> : during the conversion,
you should see a progress bar with a percentage. If you only see a
default animated GIF progress bar without percentage, you may want to
install the PECL library for PHP. <br/>
<br/>
<spanstyle="font-weight: bold;">NOTE</span> : On Linux servers, you may want to do a <spanstyle="font-weight: bold;">$ sudo apt-get install msttcorefonts</span> so as to install Microsoft fonts. This will give PowerPoint conversion a better rendering. <br/>
<br/>
<spanstyle="font-weight: bold;"><br/>
</span>
<h3>7.2. Audio-recorder</h3>
See below : Videoconferencing<br/>
<br/>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="8._Videoconferencing_and_audio-recorder"></a>8. Videoconferencing and audio recorder</h2>
<i>This part is optional, only organisations wanting to use the videoconference feature might want to read this.</i><br/>
We will now install and configure RED5 Open Source Flash server : the Dokeos RED5 webapplication. These will provide both <br/>
<ul>
<li>Videoconferencing and</li>
<li>Audio recorder for Oogie</li>
</ul>
Oogie allows you to convert slides but also <br/>
<ul>
<li>add tests, pages and activities between the slides, thanks to the Learning Path builder</li>
<li>get SCORM reporting thanks to the Learning path tool</li>
<li>add audio on top of the slides thanks to the online audio recorder</li>
installation processes for this part were very complex. The whole setup
was considerably simplified. Please ignore any previous documentation
on the same topic.
<br/>
<br/>
<br/>
You may want to take advantage of the audio recorder and of the videoconferencing. To do this :<br/>
<ul>
<li>Download and install <ahref="http://osflash.org/red5">RED5 Open Source Flash server version 0.6.x</a> (you will find Linux packages and a Windows installer on the RED 5 website)</li>
<li>Rename it to "dokeos-recorder.war" and copy it into the <spanstyle="font-style: italic;">webapps</span> directory of your RED5 installation. Windows : Target directory can be C:/Program Files/Red5/webapps/ .
Linux with Nautilus or through a shell : cp dokeos-recorder.war /usr/lib/red5/webapps (when RED5 is installed using Debian package)</li>
<li>Rename it to "dokeos-videoconf.war" and copy it into the <spanstyle="font-style: italic;">webapps</span> directory of your RED5 installation. Windows : Target directory can be C:/Program Files/Red5/webapps/ .
Linux with Nautilus or through a shell : cp dokeos-videoconf.war /usr/lib/red5/webapps</li>
<li>Create an XML configuration file for Red5 (e.g. Linux: sudo
In this file, you will have to put at least one server-key line per
portal. In this above example we authorize portals installed at the
URLs:
<ul>
<li>http://dokeos.domain.com/</li>
<li>http://www.domain.com/dokeos/</li>
</ul>
The "_" at the end of each URL really matters, don't forget it.<br/>
<h4>Reloading Red5</h4>
Restart Red5 to reload the configuration file and the new application using, on Ubuntu or Debian:
<divclass="code">
/etc/init.d/red5 restart
</div>
<h4>More information on RED5 + Dokeos</h4>
Please take a look on this page : <ahref="http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0">http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0</a><br/>
<br/>
<h4>Configuration of your dokeos Videoconference plugin</h4>
The configuration of the Videoconference plugin is done via the admin pages of Dokeos
configuration in the Dokeos platform administration section, "Configure the services",
"Visio-conference"<br/>
<br/>
You will be asked for 4 things
<ul>
<li>the hostname or IP address of your Red5 server (e.g. red5.myserver.com)</li>
<li>the port (the default port is 1935 and we recommend you leave it like this)</li>
<li>the password (which you have configured in your red5 configuration file</li>
<li>whether you want to use rtmpt or not (useful to pass through firewalls but slower). In order to use this option, you will have to configure red5 to make it listen on the port 80. See <ahref="http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0">http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0</a></li>
</ul>
<br/>
That's it! Click "Reconfigure extension" and your courses should be
equipped with two additional links to videoconference rooms...<br/>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="9._Mathematical_formulas"></a>9. Mathematical formulas with LaTeX</h2>
<h2><aname="7._Mathematical_formulas"></a>7. Mathematical formulas with LaTeX</h2>
<i>This part is optional, only organisations wanting to use mathematical formulas inside the online editor might want to read this.</i><br/>
<i>Esta parte es opcional, solamente organizaciones que esperan convertir documentos Office para metodos de aprendizaje, quizas deseen leer esta parte.</i><br/>
Oogie convierte sus presentaciones provenientes de Ms-Office y OpenOffice.org en e-courses SCORM estandarizados o <spanstyle="font-style: italic;">metodos de aprendizaje</span>.
Esta caracteristica necesita OpenOffice.org para convertir las diapositivas y RED5 (opcional)
para grabar su voz sobre las diapositivas usando un grabador de audio basado en Flash.<br/>
<br/>
<h3>7.1. Conversión PowerPoint / Impress </h3>
<ul>
<li>Instalar OpenOffice.org</li>
<li>Editar el archivo Setup.xcu de OpenOffice.org </li>
</ul>
<divclass="code">En algunas computadoras Windows, se localizan en: <spanstyle="font-weight: bold;">C:\Archivos de Programa\OpenOffice.org 2.2\share\registry\data\org\openoffice\Setup.xcu</span><br/>
En algunas computadoras Linux, se localizan en: <spanstyle="font-weight: bold;">/usr/lib/openoffice/share/registry/data/org/openoffice/Setup.xcu</span>
Ingrese a su portal de Dokeos en la web ><spanstyle="font-style: italic;">Sección administración > Configuracion de Servicios > Oogie </span>y escribir :<br/>
<divclass="code">
<spanstyle="font-weight: bold;">Host : </span>localhost<br/><spanstyle="font-weight: bold;">Port</span> : 2002<br/><spanstyle="font-weight: bold;">Username</span> : (dejar vacio si OpenOffice.org se ejecuta en una maquina servidor web)<br/><spanstyle="font-weight: bold;">FTP password</span> : (dejar vacio si OpenOffice.org se ejecuta en una maquina servidor web)<br/>
<spanstyle="font-weight: bold;">Path to LZX Files</span>: /main/webrooms/recorder.swf<br/><spanstyle="font-weight: bold;">Size of the slides </span>: 800x600
(tan grande como sus clientes usen, por lo general una resolución de pantalla de 1024x768)<br/></div>
<ul>
<li>Iniciar OpenOffice.org. La conversión solo funciona si este software esta iniciado y ejecutandose. Revisar la pagina wiki <ahref="http://www.dokeos.com/wiki/index.php/MakeOOOListening">MakeOOOListening</a> para iniciar OpenOffice.org como un servicio.</li>
<li>Probar la conversión : crear un curso > entrar al curso >
Modos de Aprendizaje > conversión PowerPoint. Si las diapositivas estan convertidas,
entonces OpenOffice.org esta atendiendo a Dokeos. </li>
</ul>
<spanstyle="font-weight: bold;">NOTA</span> : durante la conversión,
usted debe ver una barra de progreso con un porcentaje. Si usted solamente ve
una animacion GIF predeterminada de una barra de progreso sin porcentaje, entonces
deberia instalar la biblioteca PECL para PHP. <br/>
<br/>
<spanstyle="font-weight: bold;">NOTA</span> : En servidores Linux, probablemente quiera hacer un <spanstyle="font-weight: bold;">$ sudo apt-get install msttcorefonts</span> para instalar los tipos de letras de Microsoft. Esto dara a la conversión PowerPoint un mejor renderizado. <br/>
<br/>
<spanstyle="font-weight: bold;"><br/>
</span>
<h3>7.2. Grabador de Audio</h3>
Ver debajo : Videoconferencia<br/>
<br/>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="8._Videoconferencing_and_audio-recorder"></a>8. Videoconferencia y grabador de audio</h2>
<i>Esta parte es opcional, solamente las organizaciones que deseen usar la caracteristica de videoconferencia quedran leer esto.</i><br/>
Nosotros ahora instalaremos y configuraremos RED5 Servidor de Flash de Codigo Abierto : la aplicación web RED5 de Dokeos. Esto proveera ambos <br/>
<ul>
<li>Videoconferencia y</li>
<li>Grabador de audio para Oogie</li>
</ul>
Oogie permite convertir diapositivas, pero tambien <br/>
<ul>
<li>agrega pruebas, paginas y actividades entre las diapositivas, gracias al constructor de metodos de aprendizaje</li>
<li>obtener reportes SCORM gracias a la herramienta de metodos de aprendizaje</li>
<li>agregar audio sobre las diapositivas gracias al grabador de audio en linea</li>
</ul>
<spanstyle="font-weight: bold;">NOTA</span> : los procesos
de instalación previos para esta parte eran muy complejos. La configuración entera
ha sido considerablemente simplificada. Por favor ignorar cualquier documentación previa
del mismo tema.
<br/>
<br/>
<br/>
Quizas usted desee usar las ventajas del grabador de audio y de la videoconferencia. Para esto :<br/>
<ul>
<li>Descargar e instalar <ahref="http://osflash.org/red5"> el servidor Flash de codigo abierto RED5 versión 0.6.x</a> (usted encontrará paquetes para Linux y un instalador para Windows en el sitio web de RED 5)</li>
<li>Renombrarla a "dokeos-recorder.war" y copiarla dentro del directorio <spanstyle="font-style: italic;">webapps</span> de su instalación de RED5. Windows : Directorio objetivo puede ser C:/Archivos de programa/Red5/webapps/ .
Linux con Nautilus o a traves de una consola de comandos : cp dokeos-recorder.war /usr/lib/red5/webapps (cuando RED5 es instalado median el uso del paquete de Debian)</li>
<li>Renombrarla a "dokeos-videoconf.war" y copiarla dentro del directorio <spanstyle="font-style: italic;">webapps</span> de su instalación de RED5. Windows : Directorio objetivo puede ser C:/Archivos de programa/Red5/webapps/ .
Linux con Nautilus o a traves de una consola de comandos : cp dokeos-videoconf.war /usr/lib/red5/webapps</li>
<li>Crear un archivo de configuración XML para Red5 (ejm. Linux: sudo
En este archivo, usted al menos necesitara poner una linea de llave de servidor por portal.
En el ejemplo siguiente nosotros autorizamos portales instalados en las URLs:
<ul>
<li>http://dokeos.domain.com/</li>
<li>http://www.domain.com/dokeos/</li>
</ul>
El caracter "_" al final de cada URL es importante, usted no debe olvidarlo.<br/>
<h4>Recargar Red5</h4>
Reiniciar Red5 para recargar el archivo de configuración y la nueva aplicación mediante el uso, en Ubuntu o Debian:
<divclass="code">
/etc/init.d/red5 restart
</div>
<h4>Mayor información de RED5 + Dokeos</h4>
Por favor visite esta página : <ahref="http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0">http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0</a><br/>
<br/>
<h4>Configuración de su plugin de Videoconferencia de dokeos</h4>
La configuraciñón del plugin de videoconferencia se realiza mediante las paginas de administración de
la configuración de Dokeos en la sección de administración de la plataforma Dokeos, "Configurar los servicios",
"Videoconferencia"<br/>
<br/>
Se le solicitaran 4 cosas
<ul>
<li>el nombre del host o la dirección IP de su servidor Red5 (ejm. red5.miservidor.com)</li>
<li>el puerto (el puerto predeterminado es 1935 y nosotros le recomendamos que lo deje como tal)</li>
<li>la contraseña (la cual fue configurada en el archivo de configuración de red5)</li>
<li>si usted usa rtmpt o no (util para pasar a traves de cortafuegos pero lento). Para usar esta opción, usted tendra que configurar red5 para que pueda escucharse en el puerto 80. Ver <ahref="http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0">http://www.dokeos.com/wiki/index.php/Installing_videoconference_2.0</a></li>
</ul>
<br/>
Eso es todo! Clic en "Reconfigurar extensión" y sus cursos estarán equipados
con dos enlaces adicionales hacia sus salas de videoconferencia...<br/>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="9._Mathematical_formulas"></a>9. Formulas Matemáticas con LaTeX</h2>
<h2><aname="7._Mathematical_formulas"></a>7. Formulas Matemáticas con LaTeX</h2>
<i>Esta parte es opcional, solo las organizaciones que deseen usar formulas matemáticas dentro del editor en linea podran querer leer esto.</i><br/>