Bug 852070 - QuickStart Mongo-Flask: Errors in README.md
Summary: QuickStart Mongo-Flask: Errors in README.md
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Templates
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-27 13:50 UTC by Attila Nagy
Modified: 2015-05-15 02:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 21:30:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.