Skip to content

Commit 0520343

Browse files
authored
Update README.md
1 parent 3e72897 commit 0520343

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
1. 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

1620
The 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**

0 commit comments

Comments
 (0)