How can I install WordPress in Windows Server? - wordpress

How can I install WordPress on my Windows Server as the documentation and video tutorials show the process using Web Platform Installer which is now retired by Microsoft since December 2022 and WordPress, MySQL, etc cannot be found on the Web Store after the retirement of Web Platform Installer.
Could anyone please help me on this?
I tried Web Platform Installer WebPI v5.1 x64 but no any products like WordPress, MySQL were found. So, none of the documentation and tutorials on the web worked for me.
I am expecting some solution to this.
Video tutorials, step by step documentation or any thing.

Related

How to install Umbraco 7.X.X on the Mono Framework?

I want to install Umbraco 7.X.X on the Mono Framework.
https://our.umbraco.org/download
Hosting the Umbraco database on a MySQL-server and running the website under apache with mod_mono.
There are a few of old topics about this subject (founded via Google), for example this post from 5 years ago.
Does umbraco work on mono?
There changed a lot last years. Does anyone know if it's possible nowadays and how?
Thanks a lot,
Jordy
Officially it is not designed for Linux and Mono,
https://our.umbraco.org/documentation/Getting-Started/Setup/Requirements/
So either you plan to port it to Linux/Mono by yourself, or you sponsor somebody else to do so.

Installing software on a Windows Azure dedicated website

I would need to install some software (the VC++ 2012 redistributables) on a Windows Azure website. This is part of a troubleshooting procedure related to using ClearScript on a Windows Azure website. More information here: https://clearscript.codeplex.com/workitem/18
Coming back to the question... How can I install the software I need on my dedicated website instance?
If you want to install software on a Azure Web Role then you can do it in 3 different ways as listed here:
https://www.simple-talk.com/cloud/platform-as-a-service/installing-third-party-software-on-windows-azure-%E2%80%93-what-are-the-options/
If you have an Azure Website (not a role) then you don't have full control of your VM, even if you have a dedicated instance. But there is a way I read that you can possibly install some DLL's, in your project at least, I don't think you will have access to many other folders (or any at all) on your instance.
Windows Azure Website with a Startup task using Webmatrix 3 or similar (without using Visual Studio)

how to install dotnetnuke on windows 7 IIS 7.5

i want to install dotnetnuke on windows 7 IIS7.5, does any one know how to install dotnetnuke, i have already created the blank website and also have a database, but i dont have any knowledge to install dotnetnuke.
Please revert...
You can use Microsoft Web Platform Installer.
If you need a development environment, follow this tutorial.

using asp.net portal

I am looking for ASP.NET applications that I can deploy to my local server. Can anyone suggest a link for open source .NET applications or any book?
Any suggestion would be helpful.
Thanks
If you are using Visual Studio 08 or 10 then they have built in ASP.NET Application Templates which will get you started.
These include a basic website with a Home and About page, also a Login/Register page and all the code to handle the Login and Registration.
If you create one of these, then you can deploy it to a local server as long as you have the .net framework, IIS and various other bits installed.
EDITS
Go and download the Web Platform Installer. From here you can download various templates and up-to-date tools. I would upgrade from VS 05 to a newer version, maybe Visual Web Developer Express 2010 as this will give you more options.

No applications available to install on Web Platform Installer on Vista x64

When I use the Web Platform installer on Vista x64 Business it doesn't list any of the applications (such as DotNetNuke or SubText).
Has anyone got it to work on Vista 64?
I'm running Vista Home Premium x64 SP2 and can see plenty of web applications with no problem. Is it possible there is some prerequisite software or libraries you need to install (say, using the WPI) before you can install web applications?
The first step I'd take is to uninstall WPI, restart your computer, and reinstall WPI. It sounds so basic but the simplest fixes are so often sufficient.
Is everything on your system up-to-date?
It should work with Vista x64 Business edition. The application catalog is downloaded from the web via http requests. You might try using a tool like Fiddler Web Debugger to determine if the app is able to connect properly. You may have a firewall or network issue preventing it from fetching the list of applications.

Resources