From ba72c3aac60e239e7b21bb438b6dcf8d1e1acbad Mon Sep 17 00:00:00 2001 From: Vitaliy Zurian Date: Wed, 30 Sep 2015 16:15:06 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6702d70..aede62a 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,16 @@ To configure security part - use the following configuration in your `security.y stateless: true simple_preauth: authenticator: jwt_authenticator + +##### Step 5: Include Routes + +Add the following to your `app/config/routing.yml` + + ac: + resource: "@AtlassianConnectBundle/Resources/config/routing.yml" + -##### Step 5 (Optional): Configure License Check +##### Step 6 (Optional): Configure License Check To perform a license check for a certain route - specify the `requires_license` options in your `routing.yml` @@ -79,7 +87,7 @@ To perform a license check for a certain route - specify the `requires_license` requires_license: true -##### Step 6: Update Database +##### Step 7: Update Database app/console doctrine:schema:update --force