安装 OpenStack 或使用 OpenShift
Install OpenStack or use OpenShift
我需要部署我的 Web 服务并安装 Tomcat。
哪种方法最好?
在我的 32 位机器上安装 OpenStack,因为这个项目只是为了测试,还是使用 OpenShift?
但是 Tomcat 可以与 OpenShift 一起使用吗?
是的,通过使用 JBoss EWS 卡带,可以将 Tomcat 与 OpenShift 一起使用,详细解释 here。
首先,OpenStack 和 OpenShift 的区别很重要:
OpenStack provides “Infrastructure-as-a-Service”, or “IaaS”. It
provides bootable virtual machines, networking, block storage, object
storage, and so forth.
The OpenShift hosted service provides “Platform-as-a-Service” or
“PaaS”. It provides the necessary parts to quickly deploy and run a
LAMP application: the web server, application server, application
runtimes and libraries, database service, and so forth.
您还可以使用 OpenShift Origin 安装和部署自己的 PaaS 服务:
OpenShift Origin is the open source project of the software that enables the OpenShift hosted service. Using OpenShift Origin, you can
build your own PaaS.
完成笔记 here。
因此,如果您需要使用 Tomcat 测试您的服务,我会继续使用 OpenShift,请记住您的免费帐户有 3 个档位,您可以轻松快速地执行应用程序部署.入门 online guide and free ebook.
我需要部署我的 Web 服务并安装 Tomcat。
哪种方法最好?
在我的 32 位机器上安装 OpenStack,因为这个项目只是为了测试,还是使用 OpenShift?
但是 Tomcat 可以与 OpenShift 一起使用吗?
是的,通过使用 JBoss EWS 卡带,可以将 Tomcat 与 OpenShift 一起使用,详细解释 here。
首先,OpenStack 和 OpenShift 的区别很重要:
OpenStack provides “Infrastructure-as-a-Service”, or “IaaS”. It provides bootable virtual machines, networking, block storage, object storage, and so forth.
The OpenShift hosted service provides “Platform-as-a-Service” or “PaaS”. It provides the necessary parts to quickly deploy and run a LAMP application: the web server, application server, application runtimes and libraries, database service, and so forth.
您还可以使用 OpenShift Origin 安装和部署自己的 PaaS 服务:
OpenShift Origin is the open source project of the software that enables the OpenShift hosted service. Using OpenShift Origin, you can build your own PaaS.
完成笔记 here。
因此,如果您需要使用 Tomcat 测试您的服务,我会继续使用 OpenShift,请记住您的免费帐户有 3 个档位,您可以轻松快速地执行应用程序部署.入门 online guide and free ebook.