Add additional files to improve testing process
This commit is contained in:
parent
2e5fb2104c
commit
35ee7a2be0
7 changed files with 131 additions and 0 deletions
33
WebsitePanel/Tools/StartWebsite.ps1
Normal file
33
WebsitePanel/Tools/StartWebsite.ps1
Normal file
|
@ -0,0 +1,33 @@
|
|||
Write-Host -ForegroundColor Green "
|
||||
Ensure that you have created the EnterpriseServer Database
|
||||
by executing test-createDB.bat and compiled WebsitePanel by
|
||||
executing build-test.bat .
|
||||
|
||||
Configuration:
|
||||
|
||||
WebsitePanel Portal:
|
||||
|
||||
URL: http://localhost:9001
|
||||
Login: serveradmin
|
||||
Password: 1234
|
||||
|
||||
|
||||
WebsitePanel Enterprise Server:
|
||||
URL: http://localhost:9002
|
||||
Database Login: WebsitePanel
|
||||
Database Password: Password12
|
||||
|
||||
|
||||
WebsitePanel Server:
|
||||
URL: http://localhost:9003
|
||||
Password: Password12
|
||||
"
|
||||
|
||||
start http://localhost:9001
|
||||
|
||||
Read-Host "Press a key"
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue