From c960f2f08dc008aa573e7e617cc35c2cb4f252aa Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 1 May 2014 18:05:15 -0700 Subject: [PATCH] Added link back to Jenkins --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 34663fd..0b682ac 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,7 @@ -# Testing locally +# Jenkins Account Management/Sign-up App +[![Build Status](http://ci.jenkins-ci.org/view/Infrastructure/job/infra_accountapp/badge/icon)](http://ci.jenkins-ci.org/view/Infrastructure/job/infra_accountapp/) + +## Testing locally First, set up a tunnel to Jenkins LDAP server. Run the following command and keep the terminal open: ssh -L 9389:localhost:389 cucumber.jenkins-ci.org @@ -22,7 +25,7 @@ Finally, run the application with Jetty, then access `http://localhost:8080/`: is real. -# Packaging +## Packaging For deploying to production, this app gets containerized. The container expects to see `/etc/accountapp` mounted from outside that contains the abovementioned `config.properties`