Tooling and guidance on deploying Scalable Moodle Clusters on Azure.
Перейти к файлу
Hosung Song f1b6a509c5 Merge branch 'hs-loadtest' into pr-arm-best-practices 2018-02-23 11:53:30 -08:00
docs Use --no-wait in az CLI rather than the bash '&' 2018-02-23 18:51:25 +00:00
etc Add test course, move test-related files to new dir 2018-02-16 16:08:28 -08:00
images Update stack diagram for Apache 2018-01-29 21:04:55 -08:00
loadtest Add shared spreadhsheet for load testing results 2018-02-21 14:49:12 -08:00
nested Merge branch 'master' of github.com:Azure/Moodle into hs-loadtest 2018-02-23 19:20:35 +00:00
scripts Script support for NFS on jumpbox 2018-02-15 15:01:50 -08:00
.gitignore Merge branch 'master' of github.com:Azure/Moodle into hs-loadtest 2018-02-23 19:20:35 +00:00
CONTRIBUTE.md simple testing section and add a TL;DR to welcome all 2018-02-02 00:03:35 +00:00
LICENSE preparing for merge into own GitHub repo 2018-01-18 18:58:53 +00:00
LICENSE-DOCS swap license names since we will have more code than docs 2018-01-18 18:44:08 +00:00
README.md Start loadtest branch 2018-02-16 21:55:02 +00:00
azuredeploy.json Merge branch 'master' of github.com:Azure/Moodle into hs-loadtest 2018-02-23 19:20:35 +00:00
azuredeploy.parameters.json Add nfs option to templates 2018-02-14 14:02:38 -08:00
env.json update the README to include introductory material and break the original lengthy README down into a number of smaller docs 2018-01-18 19:36:45 +00:00
metadata.json Move Moodle autoscale templates to replace older scalable templates 2018-01-08 18:08:57 +00:00

README.md

Deploy and Manage a Scalable Moodle Cluster on Azure

This repo contains guides on how to deploy and manage a scalable Moodle cluster on Azure. You can use an Azure free account to get started.

Once you have an Azure account you can deploy Moodle via the Azure portal using the button below, or you can deploy Moodle via the CLI.

Deploy to Azure Visualize

What this stack will give you

This template set deploys the following infrastructure:

  • Autoscaling web frontend layer (Nginx for https termination, Varnish for caching, Apache/php or nginx/php-fpm)
  • Private virtual network for frontend instances
  • Controller instance running cron and handling syslog for the autoscaled site
  • Load balancer to balance across the autoscaled instances
  • Postgres or MySQL database
  • Azure Redis instance for Moodle caching
  • ObjectFS in Azure blobs (Moodle sitedata)
  • Three Elasticsearch VMs for search indexing in Moodle
  • Dual gluster nodes for high availability access to Moodle files

network_diagram

Quickstart

Why not get started with deploying a Moodle cluster on Azure right now.

Contributing

This project welcomes contributions and suggestions. Our goal is to work on Azure specific tooling for deploying and managing the open source Moodle learning management system on Azure. We do not work on Moodle itself here, instead we work upstream as appropriate.

The short version of how to contribute to this project is "just do it". Where "it" can be defined as any valuable contribution (and to be clear, asking questions is a valuable contribution):

  • ask questions
  • provide feedback
  • write or update documentation
  • help new users
  • recommend the project to others
  • test the code and report bugs
  • fix bugs and issue pull requests
  • give us feedback on required features
  • write and update the software
  • create artwork
  • translate to different languages
  • anything you can see that needs doing

For a more detailed discussion of how to contribute see our Contribution Guide.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Next Steps

  1. Deploy a Moodle Cluster
  2. Obtain Deployment Details about a Moodle Cluster
  3. Delete a Moodle Cluster