Bug 1020523 - [Cart Info Guide?] add info on requirements.txt to python cart documentation
Summary: [Cart Info Guide?] add info on requirements.txt to python cart documentation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Documentation
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Bilhar
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-17 20:05 UTC by Rob Millner
Modified: 2016-06-27 23:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-27 23:49:16 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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