Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get names consistent; associated doc updates based on test walkthrough #10

Merged
merged 1 commit into from
Jul 1, 2015
Merged

get names consistent; associated doc updates based on test walkthrough #10

merged 1 commit into from
Jul 1, 2015

Conversation

gabemontero
Copy link
Contributor

@bparees the cakephp-ex changes for issue3358

@@ -15,7 +15,7 @@ These are some special considerations you may need to keep in mind when running
Since the quickstarts are shared code, we had to take special consideration to ensure that security related configuration variable values are unique across applications. To accomplish this, we modified some of the configuration files. Namely we changed Security.salt and Security.cipherSeed values in the app/Config/core.php config file. Those values are now generated from the application template as CAKEPHP_SECURITY_SALT and CAKEPHP_SECURITY_CIPHER_SEED. Also the secret token is generated in the template as CAKEPHP_SECRET_TOKEN. From these values the session hashes are generated. Now instead of using the same default values, OpenShift can generate these values using the generate from logic defined within the instant application's template.

###Installation:
These steps assume your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](http://docs.openshift.org/latest/admin_guide/install/first_steps.html)
These steps assume your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](http://docs.openshift.org/latest/admin_guide/install/first_steps.html). If you are defining the set of ImageStreams now, remember to pass in the proper credentials via the --config option.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proper cluster-admin credentials and to create the ImageStreams in the 'openshift' namespace

…h; encorporate Ben's comments; replace word "frontend" with specific example name
@gabemontero
Copy link
Contributor Author

@bparees I think the commit/squash/push for responses to you comments has been done with sufficient correctness, but am not 100% sure ... take peek when you can and let me know ... based on the results, I'll move onto the other examples (and hopefully nail down this aspect of using git/pull reqs)

@bparees
Copy link
Contributor

bparees commented Jul 1, 2015

lgtm.

bparees added a commit that referenced this pull request Jul 1, 2015
get names consistent; associated doc updates based on test walkthrough
@bparees bparees merged commit cb80161 into sclorg:master Jul 1, 2015
@gabemontero gabemontero deleted the issue3358 branch May 12, 2016 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants