Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best cartridge for deploying static html/javascript files to openshift?

I want to deploy a pure angular-js frontend appication to openshift. This application contains only html/css/js files.

What is the best cartridge that I can use, php5, tomcat, nodes.js?

Thanks

like image 474
cremersstijn Avatar asked Aug 07 '13 17:08

cremersstijn


1 Answers

The best is PHP for a simple HTML + JS app. PHP is the lightest weight cartridge we have. It is what the evangelists use for HTML apps. For example - http://talks.thesteve0.com is running on OpenShift in a PHP cartridge and is just a reveal.js site.

like image 160
TheSteve0 Avatar answered Nov 05 '22 07:11

TheSteve0