Skip to content

Wrapping up powershell script #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
simplifying the powershell script once more. The updated run command …
…no longer requires admin privileges but only sets the execution policy for the current powershell session
  • Loading branch information
eld120 committed Sep 28, 2023
commit efd82217e09cc4328ec5c2d92ed8c8f934f55859
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ On debian or ubuntu linux run this:
`bash webserver-ubuntu.sh`

On Windows do the following:
- open powershell as administrator set the system's security policy: `Set-ExecutionPolicy RemoteSigned` This allows scripts to be run locally while requiring scripts downloaded from the internet to be digitally signed.
- From this project's home directory run: `./webserver-windows.ps1`
- open powershell and run this: `Set-ExecutionPolicy Bypass -scope Process -Force; ./webserver-windows.ps1`

#### Contributors

Expand Down