Skip to content

Commit

Permalink
UPdate FAQ Re container config argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Aug 8, 2023
1 parent f93641a commit 2634859
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,15 @@ You must edit the config file `app\OMERO.insight.cfg` stored in application fold
- Unzip the app.
- Open the file ``bin/omero-insight`` in a text editor.
- Change the value of ``DEFAULT_JVM_OPTS``.

Specify location of container config
------------------------------------
You can start Insight with a positional argument pointing to the container xml
(e.g. container.xml for the "normal" Insight, containerImport.xml for the Importer).
In the OSX build this argument is set by OMERO.insight.cfg:
```
[ArgOptions]
container.xml
```
This can be either a file name (then Insight will look for it within its `config` directory)
or a full path.

0 comments on commit 2634859

Please sign in to comment.