Link to home
Create AccountLog in
Avatar of detox1978
detox1978Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Install WordPress on Windows Server 2012 R2 offline

Hi All,

I'm looking to replace our Intranet with a WordPress blog.  My company doesn't allow the servers to have internet access, so I need to perform this all offline.

After a little investigation, it seems the Web platform installer now has an offline mode.

http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release
https://terrid.me/2012/08/17/using-web-platform-install-command-line-tool-to-perform-offline-installs

So far I've enabled the IIS role on the server and installed Web Platform installer on the Server and my Laptop and can see the web platform command line utility in

Server
C:\Program Files\Microsoft\Web Platform Installer>WebPICMD.exe

Open in new window


Laptop
C:\Program Files\Microsoft\Web Platform Installer>WebpiCmd-x64.exe

Open in new window


Can someone run me through the commands I need to run next?


Many thanks
D
Avatar of William Nettmann
William Nettmann
Flag of South Africa image

Is IIS running now? Can you go to http://localhost from the browser on the server?

If memory serves, you can install PHP and probably MySQL from the Web Platform Installer as well.

The final step would be WordPress itself, which you will need to download from  a PC with web access, and then copy over to the server.

If the server in question is only going to host WordPress, there are better solutions than a Windows server, though.
ASKER CERTIFIED SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Were you able to get the WebPI offline mode to work?

Dan
Question answered