ZK on PaaS Clouds: Heroku and OpenShift Express"

From Documentation
Line 10: Line 10:
 
PaaS Cloud means Platform as a Service on Cloud, here the Platform is leased application/database capacity. For more accurate definition, refer to [http://en.wikipedia.org/wiki/Platform_as_a_service Wikipedia]. Here we will introduce how to running ZK application on Heroku and OpenShift Express.
 
PaaS Cloud means Platform as a Service on Cloud, here the Platform is leased application/database capacity. For more accurate definition, refer to [http://en.wikipedia.org/wiki/Platform_as_a_service Wikipedia]. Here we will introduce how to running ZK application on Heroku and OpenShift Express.
  
== <span style="color:#7A7A7A;">Heroku</span> ==
+
<div style="margin-left:10px;">
 +
== Heroku ==
 
Heroku currently support six languages: Ruby, Java, Node.js, Scala, Clojure and Python cloud PaaS. It also provides a lot of add-on, such as [http://addons.heroku.com/scheduler Heroku Scheduler], [http://addons.heroku.com/cleardb ClearDB MySQL Database], [http://addons.heroku.com/mongohq MongoHQ] for MongoDB, and [http://addons.heroku.com/ etc.] for developer to integrate.
 
Heroku currently support six languages: Ruby, Java, Node.js, Scala, Clojure and Python cloud PaaS. It also provides a lot of add-on, such as [http://addons.heroku.com/scheduler Heroku Scheduler], [http://addons.heroku.com/cleardb ClearDB MySQL Database], [http://addons.heroku.com/mongohq MongoHQ] for MongoDB, and [http://addons.heroku.com/ etc.] for developer to integrate.
 
+
</div>
 
== OpenShift Express==
 
== OpenShift Express==
 
introduction
 
introduction

Revision as of 10:21, 2 January 2012

DocumentationSmall Talks2012FebruaryZK on PaaS Clouds: Heroku and OpenShift Express
ZK on PaaS Clouds: Heroku and OpenShift Express

Author
Vincent Jian, Engineer, Potix Corporation
Date
January 2, 2012
Version
ZK5+

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

PaaS Cloud

PaaS Cloud means Platform as a Service on Cloud, here the Platform is leased application/database capacity. For more accurate definition, refer to Wikipedia. Here we will introduce how to running ZK application on Heroku and OpenShift Express.

Heroku

Heroku currently support six languages: Ruby, Java, Node.js, Scala, Clojure and Python cloud PaaS. It also provides a lot of add-on, such as Heroku Scheduler, ClearDB MySQL Database, MongoHQ for MongoDB, and etc. for developer to integrate.

OpenShift Express

introduction

Running ZK on Heroku & OpenShift Express

brief instruction the installation guide.

Conclusion

Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.