Skip to content

Commit af8f4f7

Browse files
author
John Lim
committed
add more infomation
1 parent 07d2b75 commit af8f4f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ npm run build
2323

2424
The final Web Application is located in the `dist` directory.
2525

26+
Copy all the files from `dist` and paste it to your installed `AdabasRestAdministration/static` directory.
27+
28+
Browser the web application with url: http://127.0.0.1:<port number>/ and the Adabas REST server need to be online.
29+
30+
2631
## Usage
2732

2833
The example consists of three parts:
@@ -35,7 +40,9 @@ Beside the main topics above, a number of short data access example pages are in
3540

3641
Nearly all pages display the URL query call and the JSON response output in the corresponding `JSON response` tab.
3742

38-
A menu entry provides the Swagger API web page of the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
43+
A menu entry provides the Swagger API web page (http://127.0.0.1:<port number>/docs) of the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
44+
45+
3946

4047
### Adabas data access
4148

0 commit comments

Comments
 (0)