Bug 852070

Summary: QuickStart Mongo-Flask: Errors in README.md
Product: OKD Reporter: Attila Nagy <anagy>
Component: TemplatesAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: mshao
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-17 21:30:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Attila Nagy 2012-08-27 13:50:15 UTC
Description of problem: The new quick-start application Mongo Flask has many errors in readme file.


Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. Visit https://github.com/openshift/openshift-mongo-flask-example

  
Actual results: README.md has the following errors


1) Wrong command

rhc app cartridge add -a pythonws -t mongodb-2.0

->

rhc app cartridge add -a pythonws -c mongodb-2.0

2) Wrong applications name

cd flask

->

cd pythonws

3) Wrong upstream URL

git remote add upstream -m master git://github.com/thesteve0/openshift-mongo-flask-example.git

->

git remote add upstream -m master git://github.com/openshift/openshift-mongo-flask-example.git


Expected results: Readme file should not contain erros


Additional info: Pull request has been already sent
https://github.com/openshift/openshift-mongo-flask-example/pull/2

Comment 1 Dan McPherson 2012-08-27 15:02:46 UTC
Merged your pull request.