зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/django-app
madhana a1d3c33fa5 updater version header 2015-04-26 17:46:05 -07:00
..
azuredeploy.json updater version header 2015-04-26 17:46:05 -07:00
azuredeploy.parameters.json move to new repo 2015-04-26 13:28:11 -07:00
install_django.sh move to new repo 2015-04-26 13:28:11 -07:00
metadata.json move to new repo 2015-04-26 13:28:11 -07:00
readme.md move to new repo 2015-04-26 13:28:11 -07:00

readme.md

Deploy a Django app on Ubuntu.

Deploy to Azure Author Template Name Description
madhana Deploy a Python Django app on Ubuntu This template uses the Azure Linux CustomScript extension to deploy a Django application by creating an Ubuntu VM, doing a silent install of Python and Apache, then creating a simple Django application.

This template uses the Azure Linux CustomScript extension to deploy an application. This example creates an Ubuntu VM, does a silent install of Python, Apache, then creates a simple Django app.It is essentially the template for the tutorial that can be found here -> http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-python-django-web-app-linux/

Once the template is deployed, just grab the public IP address of the VM and open it in a browser and you'll see the hello world app running.