LoginSignup
0
0

More than 5 years have passed since last update.

nginx php installation with chocolatey

Last updated at Posted at 2017-01-24

better solution ... sigh ...

https://www.getwnmp.org/

The Username and Password for MariaDB is:
user: root password: password (I recommend changing the password)

You should change $cfg['blowfish_secret'] in config.inc.php in the phpmyadmin folder for added security.

The SSL Certificate is now generated by Wnmp using VigorTLS. (Now Secure!)

chocolatey installation

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
choco install php -version 5.6.17 
composer config -g -- disable-tls true
>choco install nginx
Chocolatey v0.10.3
Installing the following packages:
nginx
By installing you accept licenses for the packages.

nginx v1.10.2 [Approved]
nginx package files install completed. Performing other installation steps.
The package nginx wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider setting
 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
Do you want to run the script?([Y]es/[N]o/[P]rint): Y

Downloading nginx
  from 'https://www.nginx.org/download/nginx-1.10.2.zip'
Progress: 100% - Completed download of C:\Users\Dell\AppData\Local\Temp\chocolat
ey\nginx\1.10.2\nginx-1.10.2.zip (1.3 MB).
Download of nginx-1.10.2.zip (1.3 MB) completed.
Hashes match.
Extracting C:\Users\Dell\AppData\Local\Temp\chocolatey\nginx\1.10.2\nginx-1.10.2
.zip to C:\ProgramData\chocolatey\lib\nginx\tools...
C:\ProgramData\chocolatey\lib\nginx\tools
 ShimGen has successfully created a shim for nginx.exe
 The install of nginx was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\nginx\tools'

Chocolatey installed 1/1 packages. 0 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0