Skip to content

vimuchiaroni/azure-wordpress-ha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Install wordpress with high available azure infrastructure.

  1. Clone the project:

    # git clone git@github.com:vimuchiaroni/azure-wordpress-ha.git
    
  2. Go to the terraform directory:

    # cd terraform
    
  3. Install az cli by following Microsoft steps: https://learn.microsoft.com/pt-br/cli/azure/install-azure-cli

  4. Login to azure:

    # az login
    
  5. Run terraform:

    # terraform init
    # terraform plan -out plan.json
    # terraform apply plan.json
    

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors