Add deploy to azure buttons and use this repo as the baseTemplateUrl and scriptUrl (#3)

* add deploy to azure buttons and use this repo as the baseTemplateUrl and scriptUrl
This commit is contained in:
Ross Gardler 2018-01-18 13:24:10 -08:00 коммит произвёл GitHub
Родитель 36c8f1417f
Коммит f4883cdb30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 6 удалений

Просмотреть файл

@ -1,11 +1,14 @@
# Deploy and Manage a Scalable Moodle Cluster on Azure
This repo contains guides on how to deploy and manage a scalable
[Moodle](https://moodle.com) cluster on Azure.
[Moodle](https://moodle.com) cluster on Azure. You can use an [Azure
free account](https://azure.microsoft.com/en-us/free/) to get started.
This document is designed to be "executed" by Simdem to produce an
interactive tutorial or a demo environment. However, it can also be
read as standard documentation.
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](docs/Deploy.md).
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FMoodle%2Fmaster%2Fazuredeploy.json) [![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FMoodle%2Fmaster%2Fazuredeploy.json)
## What this stack will give you

Просмотреть файл

@ -504,8 +504,8 @@
"documentation10": " controller - creates a jumpbox and deploys code",
"documentation11": "GlusterFS Sizing guidance",
"moodleCommon": {
"baseTemplateUrl": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/nested/",
"scriptLocation": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/scripts/",
"baseTemplateUrl": "https://raw.githubusercontent.com/Azure/Moodle/master/nested/",
"scriptLocation": "https://raw.githubusercontent.com/Azure/Moodle/master/scripts/",
"applyScriptsSwitch": "[parameters('applyScriptsSwitch')]",
"autoscaleVmCount": "[parameters('autoscaleVmCount')]",