From 2cd0c80fe3ee030cc3fcc75749f3a0abb110bb08 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Sat, 11 Apr 2015 13:08:53 +0800 Subject: [PATCH] finishing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cd565f..ed2e78a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Configuration --------------------- * OPENSHIFT_CELERY_CONFIG - This is the name of your config file, which by default is $OPENSHIFT_CELERY_DIR/conf.d/celeryconfig.py but you can copy this to $OPENSHIFT_DATA_DIR/config/celeryconfig.py and edit your own copy. + This is the name of your config file, which by default is `$OPENSHIFT_CELERY_DIR/conf.d/celeryconfig.py` but you can copy this to `$OPENSHIFT_DATA_DIR/config/celeryconfig.py` and edit your own copy. To install --------------------- - rhc cartridge-add https://raw.github.com/wassname/openshift-celery-cartridge/master/metadata/manifest.yml -a "appname" + rhc cartridge-add https://raw.github.com/wassname/openshift-celery-cartridge/master/metadata/manifest.yml -a `` Any log output will be generated to ${OPENSHIFT_HOMEDIR}logs/celery_log.txt and will be viewable with the rhc tail "appname" command