(c) 2016 stardigits.com
Winpweb is a Free Windows Portable Web Development Stack.
It's very suitable for full stack developers to build the applications
and solutions on Windows platform before they are deployed on the cloud/server hostings.
This package is another alternative of WTServer, WPN-XM, XAMPP, WAMP.
The portability feature will make it very easy to install and manage the software.
Windows registy, users profile and settings will not be disturbed.
And also any administrator authorizations will not be required all the time.
It will run like as a sandbox.
The package contains Nginx, MariaDB and PHP (with composer).
It's very lightweight, only (36 MB), simple and easy to use by using CLI tools called 'pweb'
for servers operation like (start, stop, config, etc.)
There're also many plugins availabe which feel free for users to install the
additional softwares based on their needs.
The available plugins are MongoDB, Nodejs (with npm), Ruby (with gem), Devkit, Git,
Perl/Strawberryperl (with ppm), Python/Winpython (with pip)
Download the package
Extract the zip package to your designated path
Open and run console.cmd
Init MariaDB data directory by typing
pweb mysql installdb
Init Nginx configuration by typing
pweb initcfg
Running the servers
pweb nginx start
pweb mysql start
start http://localhost
start http://localhost/phpinfo.php
Edit nginx.conf
pweb nginx config
Edit my.ini
pweb mysql config
Edit php.ini
pweb php config
Moving to other drive, directory or USB
After move you have to modify all path configuration on nginx.conf, my.ini and php.ini
GPLv2