Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 550 Bytes

steps.md

File metadata and controls

30 lines (13 loc) · 550 Bytes

git

https://chocolatey.org/

powershell >> run as admin >>

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco install git

git --version

git clone https://github.com/atulkamble/azure-vm-db.git

cd azure-vm-db

// install php

// vs code open

extension >> php

run server

sudo apt install php libapache2-mod-php