neha abrol
neha abrol

Reputation: 47

Deploying a PHP and Node JS project

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

Answers (1)

Mark B
Mark B

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

Related Questions