Oana Andone
Oana Andone

Reputation: 711

What is the location of project directory on openshift?

I connected to an php application on openshift with winscp but I can not find folder with index.php.

Does anyone have any idea where it is located??

Upvotes: 0

Views: 518

Answers (2)

Ricardo
Ricardo

Reputation: 8291

You must read Global variables in openshift

OPENSHIFT_HOMEDIR The home directory of the application.

If you want to access from an specific programming language, I could improve my answer.

Upvotes: 0

Lucas03
Lucas03

Reputation: 2347

check app-root/runtime/repo/ and directories inside it. I do not use php, but my python app is in app-root/runtime/repo/wsgi/app-name/.

Upvotes: 1

Related Questions