Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmerfds/wnpsi
Windows Nginx PHP Stack Installer
https://github.com/elmerfds/wnpsi
installer media-server nginx php script service web webserver windows windows-server
Last synced: about 2 months ago
JSON representation
Windows Nginx PHP Stack Installer
- Host: GitHub
- URL: https://github.com/elmerfds/wnpsi
- Owner: elmerfds
- Created: 2018-04-07T23:20:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T18:25:53.000Z (over 6 years ago)
- Last Synced: 2024-10-16T04:46:10.846Z (3 months ago)
- Topics: installer, media-server, nginx, php, script, service, web, webserver, windows, windows-server
- Language: Batchfile
- Size: 41 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WNPSI [Windows Nginx PHP Stack Installer]
Automated install script to install Nginx and PHP on your Windows machine.![menu](https://i.imgur.com/Ivnmk52.png)
### How do I run it?
1. Clone/Download the repo and extract the zip file.
2. Open the extracted 'WNPSI-master' folder and right-click on 'installer.bat' and click on 'Run as administrator'
3. Installer will ask you for the nginx install location, type in the full path as per the e.g. c:\nginx
4. The installer will ask you to provide the password of the current user during installation, the nginx service requires that you run it under a user account instead of the 'Local System' account, if you don't then you won't be able to save and reload your nginx config.### How does it run the NGINX and PHP service?
- NSSM### Tested on?
- Windows 10 Pro (Fall creators update)
- Windows Server 2012 R2### OS Architecture
- Currently x64 bit OS only.