You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ npm run build
23
23
24
24
The final Web Application is located in the `dist` directory.
25
25
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:<portnumber>/ and the Adabas REST server need to be online.
29
+
30
+
26
31
## Usage
27
32
28
33
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
35
40
36
41
Nearly all pages display the URL query call and the JSON response output in the corresponding `JSON response` tab.
37
42
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:<portnumber>/docs) of the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
0 commit comments