Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatontheflat committed Sep 30, 2015
1 parent 7d6c2cc commit ba72c3a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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

Expand Down

0 comments on commit ba72c3a

Please sign in to comment.