https://github.com/phstudy/azure-lamp-template
Azure Template: Deploying a LAMP app on Ubuntu
https://github.com/phstudy/azure-lamp-template
apache azure azure-templates lamp mysql ubuntu
Last synced: about 1 month ago
JSON representation
Azure Template: Deploying a LAMP app on Ubuntu
- Host: GitHub
- URL: https://github.com/phstudy/azure-lamp-template
- Owner: phstudy
- Created: 2019-10-03T03:32:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T09:07:47.000Z (over 5 years ago)
- Last Synced: 2025-01-21T02:41:37.387Z (3 months ago)
- Topics: apache, azure, azure-templates, lamp, mysql, ubuntu
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Template: Deploying a LAMP app on Ubuntu
## Version:
- Ubuntu 18.04-LTS
- Apache2
- PHP 7.2
- MySQL 5.7This template uses the Azure Linux CustomScript extension to deploy a LAMP application on Ubuntu. It creates an Ubuntu VM, does a silent install of MySQL, Apache and PHP, then creates a simple PHP script. Go to /phpinfo.php to see the deployed page.