forked from norman/fusionpbx-install.sh-github-mirror
* Windows install script Created * Add Windows option * Update * Enable ODBC * IIS Identity and mod_lua * Update * Update * Merge remote-tracking branch 'upstream/master' # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. * Update * WIndows install Works with IIS. Need to create nginx install
6 lines
211 B
PowerShell
6 lines
211 B
PowerShell
#get the install script
|
|
Set-Location "$env:PUBLIC\Downloads"
|
|
Invoke-WebRequest https://raw.github.com/fusionpbx/fusionpbx-install.sh/master/windows/install.ps1 -OutFile install.ps1
|
|
#run the script
|
|
.\install.ps1
|