Nginx MariaDB PHP Stack for OGSteam. Run the application as Administrator to be able to start MariaDB
- Run installer
- Put your files into the html folder
- Run Ognmp as Administrator
- Start All Services
- Run in your favorite Browser https://localhost/yourwebsitefolder
- NGNIX will use by default Ports 80 (http) and 443 (https)
- Maria DB will have a first account configured : root with password set as 'password'
You can configure your Settings in Menu -> File -> Options :
- PHP Settings as Version and Modules
- Windows Behaviors (Startup Minimized, Text Editor, ...)
- Download :https://jrsoftware.org/isdl.php
- Installer file is available at the Root folder : Onmp installer.iss
- Download : https://aka.ms/vs/16/release/VC_redist.x64.exe
- To be put at same place as Onmp Installer.iss
- Download : https://mariadb.com/downloads/ (Select 64 bits version for Windows)
- To be installed in Maria DB Folder
- Download : https://nginx.org/en/download.html
- install it all subdirectories in the root folder
- Download : https://windows.php.net/download#php-7.4 (Select version 64bits ThreadSafe : Example : https://windows.php.net/downloads/releases/php-7.4.5-nts-Win32-vc15-x64.zip)
- To be installed in PHP Folder under its version folder (7.3, 7.4, ...)
- Align Config file if necessary
- Download : https://www.phpmyadmin.net
- Unzip it in the HTML Folder
- Align Config file if necessary
- Build the Visualstudio Solution
- Run Onmp Installer.iss. Output will be stored in compiledsetup Folder
This application is based on Wnmp https://github.com/wnmp/wnmp and is under GPLV3 License