Install Moodle

Install Moodle

by Camilo Arriagada -
Number of replies: 2

Hi everyone!

I have get troubles on moodle installation. I dont understand about database use, creation and so on. Please somebody can help me? the steps for install moodle.

Camilo  

Average of ratings: -
In reply to Camilo Arriagada

Re: Install Moodle

by Dennis Flynn -
Start here: http://docs.moodle.org/en/Administrator_documentation

Regarding database: download MySQL, install it (probably should select the option to install as a service). Then configure it using either the command line interface, or a graphical interface.

If you have a webserver and PHP running, you may want to try phpMyAdmin; if you don't have a webserver and PHP running yet, you may want to try MySQL Control Center.

And as a general rule, you'll get more help if you actually try and post the specific problem you're having.
In reply to Camilo Arriagada

Re: Install Moodle

by Ramon Iriarte -

Hola Camilo!

antes de instalar el Moodle tienes que instalar el servidor web (Apache), el procesador de scripts (PHP) y el servidor de la base de datos (MySQL). Los pasos para instalarlos puedes encontarlos en este link:

http://docs.moodle.org/en/Installing_AMP

o en los propios sitios de Apache, PHP y MySQL.

Cuando tengas estos tres componentes funcionando, el procedimiento sigue como se describe en este link:

http://docs.moodle.org/en/Installing_Moodle

El sistema generalmente no funciona la primera vez pues toma un tiempo ajustar los archivos de configuracion del Moodle para que funcione con PHP, Apache y MySQL, si no conoces mucho de estos sistemas tendras que tener un poco de paciencia pero realmente no es muy dificil hacerlo funcionar. Todas las instrucciones estan en el sitio de Moodle y siempre hay gente por aqui con algun conocimiento mas para ayudar.

Que haya suerte!

Saludos.