forked from norman/fusionpbx-install.sh-github-mirror
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
This commit is contained in:
5
windows/pre-install.ps1
Normal file
5
windows/pre-install.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user