Last active
March 7, 2018 17:17
-
-
Save illucent/0a8323b3bb21f5b378c4cfd0b0867070 to your computer and use it in GitHub Desktop.
Openshift cartridge with node.js 4.2 and python 3.5 + nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Name: python | |
Cartridge-Short-Name: PYTHON | |
Display-Name: Only Python | |
Description: 'An embedded cartridge that provides only python, nothing else.' | |
Version: '3.5.0' | |
Versions: ['3.5.0', '2.7.11'] | |
License: The Python License | |
License-Url: http://docs.python.org/3/license.html | |
Vendor: python.org | |
Cartridge-Version: 0.0.2 | |
Cartridge-Vendor: praisebetoscience | |
Categories: | |
- service | |
- python | |
- embedded | |
Website: https://github.com/praisebetoscience/openshift-cartridge-python-3.5 | |
Help-Topics: | |
Developer Center: https://www.openshift.com/developers | |
Provides: | |
- python | |
Publishes: | |
Subscribes: | |
set-env: | |
Type: ENV:* | |
Required: false | |
set-doc-url: | |
Type: STRING:urlpath | |
Required: false | |
Scaling: | |
Min: 1 | |
Max: -1 | |
Version-Overrides: | |
'2.7.11': | |
Display-Name: Python 2.7 | |
License: The Python License, version 2.7 | |
Provides: | |
- python-2.7 | |
- python | |
- python(version) = 2.7 | |
'3.5.0': | |
Display-Name: Python 3.5 | |
License: The Python License, version 3.5 | |
Provides: | |
- python-3.5 | |
- python | |
- python(version) = 3.5 | |
Source-Url: https://github.com/Praisebetoscience/pynode-cartridge/archive/master.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment