php - Access "data" folder from another OpenShift application -
i have existing php app working on openshift application saving files "data" directory.
now migrate same code nodejs , putting on openshift application (in same openshift account , domain).
what achieve have php application writing files "data" dir of nodejs application keep existing , working php code running , creating files, consuming files nodejs app.
in future can plan migrate existing , missing php code nodejs well.
thank you!
best regards, camillo
this isn't going possible. data directory local openshift gear. can't share data directory between multiple gears of single scaled application. better off switching distributed file system such amazon s3 or dropbox both applications access.
Comments
Post a Comment