Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/haste-server-openshift
OpenShift deployment for haste-server (http://hastebin.com/)
https://github.com/abn/haste-server-openshift
Last synced: 7 days ago
JSON representation
OpenShift deployment for haste-server (http://hastebin.com/)
- Host: GitHub
- URL: https://github.com/abn/haste-server-openshift
- Owner: abn
- License: agpl-3.0
- Created: 2014-11-21T16:04:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T16:49:02.000Z (about 10 years ago)
- Last Synced: 2024-11-18T07:49:58.293Z (about 1 month ago)
- Language: Shell
- Size: 352 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hastebin server on OpenShift
============================OpenShift deployment for [haste-server](https://github.com/seejohnrun/haste-server).
Cartridge Dependencies
----------------------
* [nodejs](https://developers.openshift.com/en/node-js-overview.html)
* [redis](https://github.com/smarterclayton/openshift-redis-cart)Quick deploy command
--------------------
```sh
rhc app create --scaling hastebin \
nodejs-0.10 \
"http://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-redis-cart" \
--from-code git://github.com/abn/haste-server-openshift.git
```Configuration
-------------
#### _*.hasterc*_
This file contains configuration for haste-server repository to use along with the branch and is sourced in the action hooks.####_*.configure*_
This python script allows you to modify both the _config.js_ and _package.json_ files used by haste. This is run both pre-build and pre-start as part of _.update_.