Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
inaba45896yUninstalling Windows and Apache and installing Linux and Nginx should be a small project in and of itself
-
C0D4669026yDrop the Windows part since you want to use PHP, no this isn’t an anti Windows thing.
PHP “will” run on Windows, but there are enough differences between windows and Linux that it will drive you mad after a while.
File system is one of the big ones, any file paths in your project need to be adjusted, and 95% of the internet will use Linux file paths.
L: /var/www/html/
W: c:\htdocs\public_html\
As for a project, this stack is capable of anything with enough elbow grease.
Related Rants
Any web development project ideas by using WAMP stack?
question
mysql
php
web development
full stack developer