Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
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
VIPSCore
Commits
c41f0818
Commit
c41f0818
authored
2 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Minor docs updates
parent
c3b50e40
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
c41f0818
...
@@ -19,11 +19,11 @@ Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1
...
@@ -19,11 +19,11 @@ Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1
Deploy the build from this project in Wildfly.
Deploy the build from this project in Wildfly.
Wildfly should run on Java >= 1
4
Wildfly should run on Java >= 1
1
### Adding models
### Adding models
To add models, create this folder in WildFly:
To add models, create this folder in WildFly:
`[WILDFLY_ROOT]/modules/
/
no/nibio/vips/modelcontainer/main/`
`[WILDFLY_ROOT]/modules/no/nibio/vips/modelcontainer/main/`
Add the model jar file, and edit module.xml accordingly.
Add the model jar file, and edit module.xml accordingly.
```
xml
```
xml
...
@@ -43,6 +43,7 @@ Add the model jar file, and edit module.xml accordingly.
...
@@ -43,6 +43,7 @@ Add the model jar file, and edit module.xml accordingly.
<module
name=
"com.fasterxml.jackson.core.jackson-core"
export=
"false"
/>
<module
name=
"com.fasterxml.jackson.core.jackson-core"
export=
"false"
/>
<module
name=
"com.fasterxml.jackson.core.jackson-databind"
export=
"false"
/>
<module
name=
"com.fasterxml.jackson.core.jackson-databind"
export=
"false"
/>
<module
name=
"com.vividsolutions.jts"
export=
"false"
/>
<module
name=
"com.vividsolutions.jts"
export=
"false"
/>
<module
name=
"org.renjin"
export=
"false"
/>
</dependencies>
</dependencies>
</module>
</module>
...
@@ -52,6 +53,5 @@ Add the model jar file, and edit module.xml accordingly.
...
@@ -52,6 +53,5 @@ Add the model jar file, and edit module.xml accordingly.
You also need to make sure you have the dependency modules available.
You also need to make sure you have the dependency modules available.
## Create client for a model
## Create client for a model
See
[
create_client.md
](
./docs/create_client.md
)
See
[
create_client.md
](
./docs/create_client.md
)
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