Quantcast
Channel: Microsoft + Open Source (Audio) - Channel 9
Viewing all articles
Browse latest Browse all 76

From Office to Moodle via Mix, Azure and CoreOS

$
0
0

In this video, we'll show you how to deploy Moodle in Azure using Docker containers in CoreOS stable, and how to leverage Office Mix to create and deploy a SCORM package in Moodle.

These are the two commands to boot the MySQL and Moodle containers:

  • sudo docker run --name DB -d -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle centurylink/mysql
  • sudo docker run -d -P --name MOODLE --link DB:DB -e MOODLE_URL=http://yourhost.cloudapp.net -p 80:80 jauer/moodle

And don't forget to get Office Mix.


Viewing all articles
Browse latest Browse all 76

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>