diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/edcenter-installation.iml b/.idea/edcenter-installation.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/edcenter-installation.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0befd22 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index a3ab204..0d29cd1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ can be configured as well as their default values. * Login to your corporate Azure portal * Navigate to MS Entra -> App registrations * Click on new registration - * ![img_4.png](img_4.png) + ![img_4.png](img_4.png) * Enter a name “EDCenter”, select the supported account types and define the redirection URI (public domain) under which you want to make the EDCenter accessible. ![img_5.png](img_5.png) @@ -401,4 +401,32 @@ provided master data records that can be executed using a script within the cont sh masterdata/0_INIT.sh ```` The script asks for SQL host, database, username and password to perform the import on your database. If already - configured, the script pulls the data from the environment variables \ No newline at end of file + configured, the script pulls the data from the environment variables + +# Reconfigure host url in DocSoft +EDCenter can be operated as a SAAS or onprem solution. Depending on the variant, the host url of the EDCenter target server must be changed in DocSoft so that the measurement data is sent to the correct EDCenter instance. + +The link to the EDCenter SAAS, which is operated by Internationtal Technology and is stored as the default value, is as follows: + +Default host url (SAAS): https://edc.int-tec.com/docsoft/ + +1. Open DocSoft on the DocSystem tablet (DocPad, DocHub, ...) and navigate to: + + Options -> User level... + ![docsoft_1.png](docsoft/docsoft_1.png) +2. In the "Select user level" dialog enter the password "int-tec" and select "Advanced" + ![docsoft_2.jpg](docsoft/docsoft_2.jpg) +3. Again navigate to: + + Options -> EDC... + ![docsoft_3.png](docsoft/docsoft_3.png) +4. Enter the your prefered host url in to the text input "Host:" + * Default host url (SAAS): https://edc.int-tec.com/docsoft/ + * Onprem host url: https//xxx/docsoft/ + ![docsoft_4.png](docsoft/docsoft_4.png) +5. Test your EDCenter connection using the actions available under: + + EDC -> Context menu (Send data.., Import vessel.., Synchronize scalars) + + Test using Synchronize scalars + ![docsoft_5.png](docsoft/docsoft_5.png) \ No newline at end of file diff --git a/docsoft/docsoft_1.png b/docsoft/docsoft_1.png new file mode 100644 index 0000000..e82c230 Binary files /dev/null and b/docsoft/docsoft_1.png differ diff --git a/docsoft/docsoft_2.jpg b/docsoft/docsoft_2.jpg new file mode 100644 index 0000000..1dfc2ec Binary files /dev/null and b/docsoft/docsoft_2.jpg differ diff --git a/docsoft/docsoft_3.png b/docsoft/docsoft_3.png new file mode 100644 index 0000000..f6d6a2e Binary files /dev/null and b/docsoft/docsoft_3.png differ diff --git a/docsoft/docsoft_4.png b/docsoft/docsoft_4.png new file mode 100644 index 0000000..fd2cadd Binary files /dev/null and b/docsoft/docsoft_4.png differ diff --git a/docsoft/docsoft_5.png b/docsoft/docsoft_5.png new file mode 100644 index 0000000..1d54e54 Binary files /dev/null and b/docsoft/docsoft_5.png differ