1 / 6

Criando uma stack Wordpress usando Visual Studio & Azure

Step-by-step guide on creating a WordPress stack using Visual Studio and Azure, including validation, parameter setup, and VM deployment. Custom script included for configuring Nginx, PHP, and MySQL.

msidwell
Download Presentation

Criando uma stack Wordpress usando Visual Studio & Azure

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Criandouma stack Wordpressusando Visual Studio & Azure Ricardo Martins Cloud Solution Architect ricardo.martins@microsoft.com

  2. Criação do projeto no Visual Studio Escolha do template (Ubuntu Server) Validação do template (LinuxVirtualMachine.json) Validação dos parâmetros (LinuxVirtualMachine.parameters.json) Adição do “Custom Script for Linux Extension” Ajustes para o Deploy (Conta, Subscription, Resource Group, Localização, Usuário da VM, Senha do Usuário, Nome DNS) Deploy da VM

  3. Custom Script Script Shell que realiza o setup dos demais componentes da Stack Wordpress e ajustes necessários nos arquivos de configuração - Webserver Nginx - PHP - MySQL https://github.com/rmmartins/scripts/blob/master/WordpressStack/wp-stack-install.sh

  4. Custom Script

More Related