Skip to content

Instantly share code, notes, and snippets.

@illucent
Last active March 7, 2018 17:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illucent/0a8323b3bb21f5b378c4cfd0b0867070 to your computer and use it in GitHub Desktop.
Save illucent/0a8323b3bb21f5b378c4cfd0b0867070 to your computer and use it in GitHub Desktop.
Openshift cartridge with node.js 4.2 and python 3.5 + nginx
---
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