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
-
@jespersh Probably yes. I dont know the specs but it is pretty new so unless his friend scammed him it supports virtualization
-
On a serious note, please burn down that server.
Hosting php and wordpress on iss will give you nothing but pain.
And don't think enduring it will make you a better devops it will eat you from inside until nothing left.
Now the joke part, setting up docker is the easiest way to host wordpress (try bitnami image, it's perfect).
I have hosted php site with mysql extension on iis and it's not easy especially managing the php version please don't do this unless you're a machoist. -
Also for woocomerce if the number of products is way too much, it will slow down your database.
I'd recommend using linux as you can configure it much better than windows based mysql server -
@chowdercake How many products is too many products. Also the mysql image is probably based on Linux.
Thanks -
I probably get stoned to death for this, but have you considered to use... Windows Subsystem for Linux?
I need to run wordpress on a Windows server or Windows 10 to be used for a medium sized WooCommerce site for a reason I don't want to state. What is the best way to do this. My best options seem to be :-
Using IIS
Docker with caddy
Linux vm with or without docker
question