Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #464 from invincibleJai/fix-webpack-dashboard
Browse files Browse the repository at this point in the history
fix(webpack-dashboard): changes version to 0.3.0 comapatible version,…
  • Loading branch information
corinnekrych committed Aug 23, 2018
2 parents 82e3ebe + 50c13b6 commit c71a964
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 442 deletions.
27 changes: 26 additions & 1 deletion README.adoc
Expand Up @@ -139,7 +139,32 @@ NOTE: `fabric8-ui` is setup to do reloading and sourcemaps automatically when yo
run `npm start`.

** To hit stack analysis api in standalone mode**
Put a token in the environment variable with key as 'STACK_API_TOKEN'.
To target PROD env, configure route as below

```

http://localhost:8088/#/analyze/<STACK_ID>?api_data={
"access_token": "",
"route_config": {
"api_url": "https://recommender.api.openshift.io/"
}
}

```

To get access_token follow below steps :

1. Login to https://openshift.io/[OSIO]

2. Go to profile view

3. Edit Profile

4. Copy token


NOTE : STACK_ID is the ID of any stack analyses in OpenShift.io ( Can be fetched from network search for `stack-analyses` ).


== CSS and LESS

Expand Down

0 comments on commit c71a964

Please sign in to comment.