thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Guide for openshift #369

Closed hrj closed 9 years ago

hrj commented 9 years ago

Can you please write a guide for publishing on openshift?

I tried doing this, but since I am not very familiar with npm, I couldn't get it working.

It need not be a detailed guide; even if it just gives a sample package.json for example, that should be fine. I can figure out the details.

Thanks.

hrj commented 9 years ago

I was able to manage most of the installation issues in OpenShift.

But I got stuck at one place where bower is getting called when subway is running. This doesn't work well because bower requires write access to directories which are not permitted in OpenShift. After commenting out bower it ran into other errors.

Would be great if someone knowledgeable in nodejs and npm can make it compatible with OpenShift.

thedjpetersen commented 9 years ago

@hrj probably not going to write a guide. Too busy working on the stability of the client. If you wanted to open a pull request with a doc in the support folder I would give it a good look.