MyStarInYourSky / openshift-cachet

Cachet for OpenShift - NO LONGER MAINTAINED
8 stars 6 forks source link

Location of env file once deployed to Openshift #4

Closed brianjking closed 8 years ago

brianjking commented 8 years ago

Hi,

I wanted to enable the emoji option in Cachet as per https://docs.cachethq.io/docs/github-oauth-token. However, I am stuck on locating the env file once I have deployed Cachet to Openshift?

Thanks!

starlightcrafted commented 8 years ago

It should be in $OPENSHIFT_REPO_DIR/Cachet/.env

brianjking commented 8 years ago

@ALinuxNinja Thanks, I got it working.

Will this be overwritten everytime I use your update script or will it remain functional between versions?

Thanks!

starlightcrafted commented 8 years ago

The update script copies the old .env back to $OPENSHIFT_REPO_DIR/env before upgrading, and puts it back afterwards, so it should keep the edits that you made

brianjking commented 8 years ago

@ALinuxNinja Thanks