Bug 1020523

Summary: [Cart Info Guide?] add info on requirements.txt to python cart documentation
Product: OpenShift Online Reporter: Rob Millner <rmillner>
Component: DocumentationAssignee: Bilhar <baulakh>
Status: CLOSED NOTABUG QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.xCC: baulakh, jokerman, mfisher, mmccomas
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: 2016-06-27 23:49:16 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 Rob Millner 2013-10-17 20:05:22 UTC
Description of problem:
A feature was added to python-2.6 and python-2.7 for compatibility with other python application platforms.  It will also apply to python-3.3 when we switch from the community cart to SCL.

If the file "requirements.txt" exists at the top of the application, then pip will be used to install requirements from that file.


For example:
rhc app-create rmpy27 python-2.7
cd rmpy27
echo "cython" > requirements.txt
git add requirements.txt
git commit -a -m 'Added cython"
git push

Comment 3 Julie 2014-07-09 13:27:07 UTC
Cart Info guide is not available yet. Assigning cart info guide bugs back to Bilhar for now.

Comment 4 Bilhar 2016-06-27 23:49:16 UTC
Closing this BZ as 2.x docs development is not happening, and only critical bugs will be assessed for docs work.