Description of problem: In the Learn_more page, there is a part named "How do I use OpenShift?" .This part provide some sample command-line to guide user. But I cannot use the given command-line "rhc app add -a twt -e mongodb-2.0" to create my mongodb successful.It seems the command line given is not available. Version-Release number of selected component (if applicable): stage How reproducible: always Steps to Reproduce: 1.Go to Learn_more page.(https://stg.openshift.redhat.com/app/platform) 2.Check the "How do I use OpenShift?" part. 3.Try to use the given command line to do some operation. Actual results: One of the given command line is not available. Expected results: All the content should be correct and the command line should be available. Additional info: The issue exists on both int, stage and production.
Created attachment 602469 [details] A wiki page with a mess.
The wiki page on stage have content error as well. In page /community/wiki/index, there's a page titled "Build+Your+Own+PaaS%3a+Base+Operating+System+and+Configuration". Click this link in, user would get a page full of mess as attachment show.
Comment #1-2 should be opened as a separate bug.
This should now be fixed in both stage and prod.
The content fix is in https://openshift.redhat.com/community/paas, not in /app/platform (a story this sprint removes the /app/platform page).
Tested this issue in https://openshift.redhat.com/community/paas ,the content for this issue have been changed to "rhc app cartridge add -a twt -e mongodb-2.0". But the new changed command line seems not available as well. I think the correct command line here should be "rhc app cartridge add -a twt -c mongodb-2.0".
Thank you, missed that. Fixed on production.
Tested this issue on production . The command line in page https://openshift.redhat.com/community/paas have been changed to the right one.So I will changed this issue to verified.