Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

baip/openshift-foreman-cartridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openshift Foreman Cartridge

This cartridge for OpenShift allows you to configure and use Foreman to run processes in the background. Adapted to work with Ruby 2.4 or 2.3 here.

Installation

Once you have an existing OpenShift application, run the following command:

rhc cartridge add -a app_name http://cartreflect-claytondev.rhcloud.com/reflect?github=baip/openshift-foreman-cartridge

Usage

In the root of your application's git repository, create a file called Procfile. Then add one or more entries such as:

mytask: bundle exec rake resque:work QUEUE=*

Logging

Output from Foreman is written to $OPENSHIFT_LOG_DIR/foreman.log

Limitations

This cartridge does not currently listen on any ports.

License

Licensed under the Apache Software License, v2.0. Please see LICENSE for more information.

About

This cartridge for OpenShift allows you to configure and use Foreman to run processes in the background. Adapted to work with Ruby 2.4 or 2.3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published