听书app开源程序_Microsoft启动开源Web App安装程序

2023-11-11 01:50

本文主要是介绍听书app开源程序_Microsoft启动开源Web App安装程序,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

听书app开源程序

alt

A couple of weeks ago, Microsoft released their Web Platform Installer (Web PI), a free downloadable application that installs and configures their entire web platform stack. The application installs the latest versions of the .NET Framework 3.5 SP1, IIS7.0 and Extensions, IIS FastCGI, Visual Web Developer 2008, SQL Server 2008 Express, SQL Server Management Studio, ASP.NET MVC and Silverlight Tools. The idea is that the Web PI makes it easier for for developers to install the entire Microsoft web stack and then stay up-to-date with the latest releases.

几周前,Microsoft发布了其Web平台安装程序 (Web PI),这是一个免费的可下载应用程序,用于安装和配置其整个Web平台堆栈。 该应用程序将安装最新版本的.NET Framework 3.5 SP1,IIS7.0和扩展,IIS FastCGI,Visual Web Developer 2008,SQL Server 2008 Express,SQL Server Management Studio,ASP.NET MVC和Silverlight工具。 这个想法是,Web PI使开发人员可以更轻松地安装整个Microsoft Web堆栈,然后保持最新状态。

But what good is a web platform without applications? So this week Microsoft launched the Web Application Installer, a companion tool that automatically installs and configures a number of widely used open source and community web applications. The app initially will install Graffiti, DotNetNuke, WordPress, Drupal, OSCommerce, and phpBB. It downloads the latest version of the application direct from the vendor.

但是没有应用程序的Web平台有什么好处? 因此,本周微软推出了Web Application Installer ,这是一个配套工具,可以自动安装和配置许多广泛使用的开源和社区Web应用程序。 该应用程序最初将安装Graffiti,DotNetNuke,WordPress,Drupal,OSCommerce和phpBB。 它直接从供应商那里下载应用程序的最新版本。

According to David Lowe of the Windows server team, more applications will be added to the Web AI app in the future.

Windows服务器团队的David Lowe表示,将来会有更多应用程序添加到Web AI应用程序中。

In some respects, Web AI reminds me of the cPanel installer Fantastico. Microsoft has taken the heavy lifting out of installing and configuring applications to work on their web platform stack, and makes doing things like installing phpBB or setting up WordPress, for example, a matter of a single click.

在某些方面,Web AI使我想起了cPanel安装程序Fantastico 。 微软从繁重的工作中卸载了安装和配置应用程序以在其Web平台堆栈上工作,并且使诸如安装phpBB或设置WordPress之类的事情变得非常简单。

As Matt Asay points out, Web AI doesn’t make Microsoft a distributor of these open source apps, since they’re being downloaded from public source code repositories, but it is pretty close. And that’s a departure from Microsoft’s stance on open source software in the past.

正如Matt Asay指出的那样 ,Web AI并不能使Microsoft成为这些开源应用程序的发行商,因为它们是从公共源代码存储库中下载的,但是非常接近。 这与微软过去对开源软件的立场背道而驰。

翻译自: https://www.sitepoint.com/microsoft-launches-open-source-web-app-installer/

听书app开源程序

这篇关于听书app开源程序_Microsoft启动开源Web App安装程序的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/386732

相关文章

解决hive启动时java.net.ConnectException:拒绝连接的问题

《解决hive启动时java.net.ConnectException:拒绝连接的问题》Hadoop集群连接被拒,需检查集群是否启动、关闭防火墙/SELinux、确认安全模式退出,若问题仍存,查看日志... 目录错误发生原因解决方式1.关闭防火墙2.关闭selinux3.启动集群4.检查集群是否正常启动5.

Springboot项目启动失败提示找不到dao类的解决

《Springboot项目启动失败提示找不到dao类的解决》SpringBoot启动失败,因ProductServiceImpl未正确注入ProductDao,原因:Dao未注册为Bean,解决:在启... 目录错误描述原因解决方法总结***************************APPLICA编

kkFileView启动报错:报错2003端口占用的问题及解决

《kkFileView启动报错:报错2003端口占用的问题及解决》kkFileView启动报错因office组件2003端口未关闭,解决:查杀占用端口的进程,终止Java进程,使用shutdown.s... 目录原因解决总结kkFileViewjavascript启动报错启动office组件失败,请检查of

Linux下在线安装启动VNC教程

《Linux下在线安装启动VNC教程》本文指导在CentOS7上在线安装VNC,包含安装、配置密码、启动/停止、清理重启步骤及注意事项,强调需安装VNC桌面以避免黑屏,并解决端口冲突和目录权限问题... 目录描述安装VNC安装 VNC 桌面可能遇到的问题总结描js述linux中的VNC就类似于Window

linux下shell脚本启动jar包实现过程

《linux下shell脚本启动jar包实现过程》确保APP_NAME和LOG_FILE位于目录内,首次启动前需手动创建log文件夹,否则报错,此为个人经验,供参考,欢迎支持脚本之家... 目录linux下shell脚本启动jar包样例1样例2总结linux下shell脚本启动jar包样例1#!/bin

Python Web框架Flask、Streamlit、FastAPI示例详解

《PythonWeb框架Flask、Streamlit、FastAPI示例详解》本文对比分析了Flask、Streamlit和FastAPI三大PythonWeb框架:Flask轻量灵活适合传统应用... 目录概述Flask详解Flask简介安装和基础配置核心概念路由和视图模板系统数据库集成实际示例Stre

如何使用Maven创建web目录结构

《如何使用Maven创建web目录结构》:本文主要介绍如何使用Maven创建web目录结构的问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录创建web工程第一步第二步第三步第四步第五步第六步第七步总结创建web工程第一步js通过Maven骨架创pytho

Java Web实现类似Excel表格锁定功能实战教程

《JavaWeb实现类似Excel表格锁定功能实战教程》本文将详细介绍通过创建特定div元素并利用CSS布局和JavaScript事件监听来实现类似Excel的锁定行和列效果的方法,感兴趣的朋友跟随... 目录1. 模拟Excel表格锁定功能2. 创建3个div元素实现表格锁定2.1 div元素布局设计2.

如何使用Haporxy搭建Web群集

《如何使用Haporxy搭建Web群集》Haproxy是目前比较流行的一种群集调度工具,同类群集调度工具有很多如LVS和Nginx,本案例介绍使用Haproxy及Nginx搭建一套Web群集,感兴趣的... 目录一、案例分析1.案例概述2.案例前置知识点2.1 HTTP请求2.2 负载均衡常用调度算法 2.

nginx启动命令和默认配置文件的使用

《nginx启动命令和默认配置文件的使用》:本文主要介绍nginx启动命令和默认配置文件的使用,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录常见命令nginx.conf配置文件location匹配规则图片服务器总结常见命令# 默认配置文件启动./nginx