reconfigure edc host url in docsoft
This commit is contained in:
parent
09e75fd638
commit
20e8d0199b
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal file
@ -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
|
||||
8
.idea/edcenter-installation.iml
Normal file
8
.idea/edcenter-installation.iml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/edcenter-installation.iml" filepath="$PROJECT_DIR$/.idea/edcenter-installation.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
19
.idea/php.xml
Normal file
19
.idea/php.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MessDetectorOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PHPCSFixerOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PHPCodeSnifferOptionsConfiguration">
|
||||
<option name="highlightLevel" value="WARNING" />
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PhpStanOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PsalmOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
32
README.md
32
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
|
||||
* 
|
||||

|
||||
* 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.
|
||||

|
||||
@ -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
|
||||
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...
|
||||

|
||||
2. In the "Select user level" dialog enter the password "int-tec" and select "Advanced"
|
||||

|
||||
3. Again navigate to:
|
||||
|
||||
Options -> EDC...
|
||||

|
||||
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/
|
||||

|
||||
5. Test your EDCenter connection using the actions available under:
|
||||
|
||||
EDC -> Context menu (Send data.., Import vessel.., Synchronize scalars)
|
||||
|
||||
Test using Synchronize scalars
|
||||

|
||||
BIN
docsoft/docsoft_1.png
Normal file
BIN
docsoft/docsoft_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
docsoft/docsoft_2.jpg
Normal file
BIN
docsoft/docsoft_2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
BIN
docsoft/docsoft_3.png
Normal file
BIN
docsoft/docsoft_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
docsoft/docsoft_4.png
Normal file
BIN
docsoft/docsoft_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
docsoft/docsoft_5.png
Normal file
BIN
docsoft/docsoft_5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue
Block a user