Skip to content

Commit

Permalink
Add additional step in setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Chodera committed May 10, 2016
1 parent 3d751c9 commit 03a7fcd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ If you want to see working example app using Onegini SDK then you can open Examp
## Custom configuration
When you need to configure app with your instance of Token Server then please look into documentation and follow the steps:

1. Configure Token server: https://docs.onegini.com/public/token-server/
2. Download zip file with your app’s configuration
3. Open the Example App project
4. Use SDK Configurator ( https://github.com/Onegini/sdk-configurator ) to generate your own keystore.bks and OneginiConfigModel class (those files already exist in Example App and will be overridden by SDK Configurator).
5. You're ready!
1. Configure Token server: https://docs.onegini.com/public/token-server/
2. Download zip file with your app’s configuration
3. Set your artifactory_user, artifactory_password and artifactory_contextUrl in gradle.properties
4. Open the Example App project
5. Use SDK Configurator ( https://github.com/Onegini/sdk-configurator ) to generate your own keystore.bks and OneginiConfigModel class (those files already exist in Example App and will be overridden by SDK Configurator).
6. You're ready!

0 comments on commit 03a7fcd

Please sign in to comment.