...
- Start the setup by double-clicking, or, if you need to modify preset parameters, open an administrative command line and enter the setup command with the desired parameters.
- Follow the dialogs in the setup.
- The data directory will contain the WORK/CACHE/ARCHIVE area. You can configure the archive area separately after the setup (media management in yuuvis® RAD management studio).
- Under the heading “Enter E-Mail Parameters" you may leave the parameters empty and enter them at a later time in yuuvis® RAD management-studio.
- Under the sidecar service URL, instead of localhost, you must enter the IP of the server hosting the service-manager. It doesn't matter whether or not the address or the dms-sidecar microservice can already be accessed.
- Start the installation.
- Immediately initialize the database.
- Do not start the service yet.
- If the database is an Oracle database:
- Open the file <dms-service>\standalone\configuration\jas-deployment.xml
- Find the section starting with the line "<step name="setup-dataaccess">"
- Add the following line before the corresponding "</step>" line: <parameter name="use-db-schema">schemaname</parameter>
Replace "schemaname" with the schema name of the yuuvis database.
- (Optional) Modify the data directories:
- WORK / CACHE / ARCHIVE can be configured in management-studio (menu entry Media)
For optimal configuration of the media sets please see: Configuring media settings for optimal harddisk / inode usage - The JBoss data and temp directories can be configured using the JVM-options jboss.server.data.dir and jboss.server.temp.dir.
- WORK / CACHE / ARCHIVE can be configured in management-studio (menu entry Media)
- (Optional) Modify the log directory:
- In the directory <dms-service>\bin, run the enaio_red_dms-servicew.exe file:
- In the Logging tab, change the log path and if desired, change the routing for stdout and stderr.
- In the Java tab, in Java Options, modify the values for -Djboss.server.log.dir and –Dorg.jboss.boot.log.file
- In the directory <dms-service>\bin, run the enaio_red_dms-servicew.exe file:
- To start the server:
- Run the "enaio_red_dms-servicew.exe" file in the <server>\bin directory.
- (Optional) Enter the technical (Windows) user in the "Log On" tab.
- In the "Java" tab, modify the "Maximum memory pool" value to the desired maximum amount of working memory for the dms-service (see the System Requirements for recommendations).
- In the "General" tab, click "Start" to start the server.
- Check the log file <server>\logs\dms-service.log with a logging program such as Baretail for the successful (or not) start of the server.
- The server has been successfully started when a large "yuuvis" logo is displayed as ASCII art.
...