ZK on PaaS Clouds: Heroku and OpenShift Express"

From Documentation
Line 12: Line 12:
 
<div style="margin-left:10px;">
 
<div style="margin-left:10px;">
 
== Heroku ==
 
== 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.
+
[http://www.heroku.com/ 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, NoSql related database, and etc. for developer to integrate them into their application.
 
</div>
 
</div>
 +
 +
<div style="margin-left:10px;">
 
== OpenShift Express==
 
== OpenShift Express==
introduction
+
[http://openshift.redhat.com/app/ OpenShift] is a free, auto-scaling platform-as-a-service for Java, Ruby, PHP, Perl and Python applications provided by Ret Hat. It also supports MySQL, MySQLi, PDO MySQL, PDO SQLite, and Amazon-RDS database.
 +
</div>
  
 
= Running ZK on Heroku & OpenShift Express =
 
= Running ZK on Heroku & OpenShift Express =

Revision as of 02:05, 3 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, NoSql related database, and etc. for developer to integrate them into their application.

OpenShift Express

OpenShift is a free, auto-scaling platform-as-a-service for Java, Ruby, PHP, Perl and Python applications provided by Ret Hat. It also supports MySQL, MySQLi, PDO MySQL, PDO SQLite, and Amazon-RDS database.

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.