Como crear una plataforma educativa EDX de prueba
Introducción
Siendo usuario de Moodle me encontré con serias limitaciones y comencé a buscar una plataforma educativa que no sea tan limitada, encontré varias pero la que más me gusto fue EDX, para instalar el ambiente de prueba di varias vueltas, instale EDX en un maquina virtual, pero para crear una cuenta tenia que tener levantado todo el servicio de correo Postfix, y perdi mucho tiempo en tener todo andando, segui buscando hasta que encontré la forma más facil de realizarla, a pesar que la instalación es muy fácil, me pareció útil dejarlo registrado en este blog.
Requisistos.
Instalar VirtualBox.
sudo apt-get install virtualbox
Instalar vagrant.
Vagrant crea un ambiente de trabajo reproducible y portable.
ir a la pagina http://www.vagrantup.com/downloads. elegir
LINUX (DEB)
Bajarlo e instalarlo con el gestor de paquetes
dpkg -i vagrant_1.6.2_x86_64.deb
Crear los directorio de trabajo y bajar un curso de muestra.
mkdir mitx-vagrant
cd mitx-vagrant
mkdir data
Download edx4edx_lite en el directorio "data" tambien se puede bajar OCW-edX.
A continuación se descarga una maquina virtualDescargar mitxvm-edx-platform-02sep13a.box (3.8 GB)
Arrancar la maquina virtual
vagrant init mitxvm mitxvm-edx-platform-02sep13a.box
vagrant up
Esto lleva su tiempo al final se puede acceder a la maquina virtual a través de un navegador a las direcciones siguientes:
- http://192.168.42.2 -- LMS
- http://192.168.42.3 -- CMS (Studio)
- http://192.168.42.4 -- Preview (Studio)
- http://192.168.42.5 -- Edge (Studio)
Con el comando
vagram halt
se detiene la maquina virtual
y con:
vagrant up se la vuelve a lanzar.
Default Accounts
puerto para CMS Studio 18010
When you install devstack, fullstack, or analytics devstack, the following user accounts are created by default.
Account Description staff@example.comAn LMS and Studio user with course creation and editing permissions. This user is a course team member with the Admin role, which gives rights to work with the demonstration course in Studio, the LMS, and Insights. verified@example.comA student account that you can use to access the LMS for testing verified certificates. audit@example.comA student account that you can use to access the LMS for testing course auditing. honor@example.comA student account that you can use to access the LMS for testing honor code certificates.
The password for all of these accounts is
edx.