Files
fusionpbx-install.sh/windows/pre-install.ps1
sergey-mz 09e52c60e5 Add Windows install with IIS (#114)
* 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
2017-08-22 13:20:50 -06:00

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