We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# Application dependencies require: - play # - com.playdoces -> openshift 1.0 # # My custom repositories #repositories: # # - playdoces: # type: http # artifact: "http://playdoces.appspot.com/repo/[module]-[revision].zip" # contains: # - com.playdoces -> * - openshift -> openshift repositories: - My local modules: type: local artifact: ${application.path}/../../[module] contains: - openshift
ERR: You must provide your red hat's login using the -l RHLOGIN command line option or setting openshift.rhlogin in application.conf file.
ERR: You must provide your openshift password using the -p PASSWORD command line option or setting openshift.password in application.conf file.
ERR: ERROR - Invalid application name: 'test-app'. It should only contain alphanumeric characters
the application 'testapp' does not exist for login '[email protected]' in openshift
Do you want to create it? [yes] n
The text was updated successfully, but these errors were encountered:
opensas
No branches or pull requests
play new test-app
cd test.app
gedit conf/dependencies.yml
play deps
play rhc:chk
ERR: You must provide your red hat's login using the -l RHLOGIN command line option or setting openshift.rhlogin in application.conf file.
play rhc:chk -l [email protected]
ERR: You must provide your openshift password using the -p PASSWORD command line option or setting openshift.password in application.conf file.
play rhc:chk -l [email protected] -p pass
ERR: ERROR - Invalid application name: 'test-app'. It should only contain alphanumeric characters
echo "openshift.application.name=testapp" >> conf/application.conf
the application 'testapp' does not exist for login '[email protected]' in openshift
Do you want to create it? [yes] n
play rhc:deploy -o -b -l [email protected] -p redsas
The text was updated successfully, but these errors were encountered: