Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSLogic
Commits
9ec90708
Commit
9ec90708
authored
2 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Docs update
parent
f4ff8617
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.md
+32
-0
32 additions, 0 deletions
docs/index.md
with
32 additions
and
0 deletions
docs/index.md
+
32
−
0
View file @
9ec90708
...
@@ -66,6 +66,38 @@ Run
...
@@ -66,6 +66,38 @@ Run
VIPSLogic is using system properties for instance specific settings. In Wildfly (JBoss), these can be provided
VIPSLogic is using system properties for instance specific settings. In Wildfly (JBoss), these can be provided
in the standalone.xml file. Examples for this is available in the
`wildfly_config_examples/`
folder.
in the standalone.xml file. Examples for this is available in the
`wildfly_config_examples/`
folder.
Explanation of the properties:
```
properties
no.nibio.vips.logic.VIPSLOGIC_PROTOCOL
=
https
no.nibio.vips.logic.SYSTEM_TIME_OFFSET_MONTHS
=
0
no.nibio.vips.logic.SYSTEM_TIME_EXACT_DATE
=
2021-08-01
no.nibio.vips.logic.START_SCHEDULING_ON_BOOT
=
false
no.nibio.vips.logic.MD5_SALT
=
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
no.nibio.vips.logic.VIPSCOREMANAGER_URL
=
http://localhost:8080/VIPSCoreManager
no.nibio.vips.logic.CORE_BATCH_USERNAME
=
foobar
no.nibio.vips.logic.CORE_BATCH_PASSWORD
=
XXXXXXXX
no.nibio.vips.logic.SMTP_SERVER
=
mail4.foobar.com
no.nibio.vips.logic.MESSAGE_ILLUSTRATION_PATH
=
/home/developer/vips/temp/static/images/messages
no.nibio.vips.logic.OBSERVATION_ILLUSTRATION_PATH
=
/home/developer/vips/temp/static/images/observations
no.nibio.vips.logic.GOOGLE_OPENID_CLIENT_ID
=
XXXXXXXXXXXXXXXXXXXXXX
no.nibio.vips.logic.GOOGLE_OPENID_CLIENT_SECRET
=
XXXXXXXXXXXXXXXXXXXXXX
no.nibio.vips.logic.ALLOWED_X_DOMAINS
=
vipsweb,localhost
<property
name
=
"no.nibio.vips.logic.AVAILABLE_LANGUAGES"
value="en,nb,zh_CN"/>
<property
name
=
"no.nibio.vips.logic.DISABLE_MESSAGING_SYSTEM"
value="true"/>
<property
name
=
"no.nibio.vips.logic.weather.VIPS_WEATHER_PROXY_BASE_URL"
value="http://localhost:8080/VIPSWeatherProxy"/>
<property
name
=
"no.nibio.vips.logic.USER_COUNTRY_CODES"
value="NO,SE,BA,LV,US,FI,LT,CH"/>
<property
name
=
"no.nibio.vips.logic.AVAILABLE_TIMEZONES"
value="Europe/Oslo,Europe/Zurich,Europe/Stockholm,Europe/Vilnius,Europe/Helsinki"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.SIMULATE_MAIL_SENDING"
value="true"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.MAIL_SENDER_ADDRESS"
value="noreply@foobar.com"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.SMS_SERVER"
value="smsgateway.foobar.com"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.SMS_USERNAME"
value="foobar"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.SMS_PASSWORD"
value="foobar"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.SMS_SENDER_SRC"
value="foobar"/>
<property
name
=
"no.nibio.vips.logic.messaging.dist.TRAFFIC_LOG_DIRECTORY"
value="/var/log/trafficLog/"/>
```
#### Running VIPSLogic
#### Running VIPSLogic
`sudo docker run --publish 18080:8080 --add-host=vipslogicdb:[YOUR_HOSTS_IP_ADDRESS] --detach --name vipslogic vips/logic:TEST01`
`sudo docker run --publish 18080:8080 --add-host=vipslogicdb:[YOUR_HOSTS_IP_ADDRESS] --detach --name vipslogic vips/logic:TEST01`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment