Get support for samdark/wnmp-dev
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
samdark/wnmp-dev
wnmp-dev
wnmp-dev is development environment for Windows that consists of nginx, MySQL (or MariaDB) and PHP.
Installation
- Clone
https://github.com/samdark/wnmp-dev.git
or download as archive. - Download PHP from PHP for Windows website. You need
nts
andx86
zip. - Extract archive. PHP 5.5 should end up in
php55
, PHP 5.4 should end up inphp54
etc. - Download MariaDB or MySQL,
put it to
mariadb
. - Copy
nginx/conf/vhosts/example._conf
tonginx/conf/vhosts/mysite.conf
, edit it to point to your webroot. - Add domain chosen to your hosts file.
- Run
start_all.bat
. - Enjoy.
Switching PHP versions
By default it starts 4 instances of PHP 7 FastCGI on port 9000 but it's possible to switch versions by running
restart_php php54
. It's also possible to specify number of php-cgi.exe
instances and port via
restart_php php54 4 9000
. If you need another PHP version create new directory php-directory
for it, put PHP there
and then you'll be able to run restart php-directory
.
Credits
- PHP CGI spawner (
php-cgi-spawner.exe
): https://github.com/deemru/php-cgi-spawner - Nginx: https://nginx.org/
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2