File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,16 @@ The License will be added as soon as project migrated to React 16 and Antd 3+.
1010## How to build
1111
12121 . Pull the repository and navigate to the repository folder
13- 2 . Open a local terminal or command line and execute ` npm install `
14- 3 . After that execute ` npm run build `
13+ 2 . Open ` src/api/config.js ` and change server line to address of your rest application.
14+ 3 . Open a local terminal or command line and execute next commands:
15+ ```
16+ npm install
17+ npm run build
18+ ```
1519
1620The production files will be placed in ` dist ` folder. Copy it to your CSP-application folder and use as general CSP-app.
1721
22+ ** For authentication**
23+ Use built ` login.csp ` page as custom Caché Login Page for your application. Set cookies path to the same value for both rest and client app.
24+
1825** README will be updated**
You can’t perform that action at this time.
0 commit comments