Reputation: 47
My project uses mostly PHP but I have also used Node JS for chat and canvas applications.
Now I am trying to deploy same via openshift (Red hat) but I think I can either use PHP or Node JS for deployments. Please correct me if my understanding is wrong.
If not , how can I deploy same ?
Upvotes: 1
Views: 797
Reputation: 200486
To use OpenShift you would need to either split your application into two applications, or possibly create a custom OpenShift cartridge.
Upvotes: 2