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
Merge requests
!26
Renovate-updates deployed to prod
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Renovate-updates deployed to prod
main
into
release
Overview
0
Commits
48
Pipelines
2
Changes
1
Merged
Tor-Einar Skog
requested to merge
main
into
release
1 year ago
Overview
0
Commits
48
Pipelines
2
Changes
1
Expand
This reverts merge request
!21 (merged)
0
0
Merge request reports
Viewing commit
1504cbeb
Prev
Next
Show latest version
1 file
+
13
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1504cbeb
Update README with info about build_models_xml.py
· 1504cbeb
Tor-Einar Skog
authored
1 year ago
README.md
+
13
−
2
Options
@@ -34,11 +34,11 @@ $ mvnw.cmd clean install
**PLEASE NOTE that this builds the package without any models. See "Adding models" below for more information**
Download and install
[
WildFly
](
https://www.wildfly.org/
)
>
= 2
5.0.1
Download and install
[
WildFly
](
https://www.wildfly.org/
)
=
= 2
6.1.3
Deploy the build from this project in Wildfly.
Wildfly should run on Java >= 1
1
Wildfly should run on Java >= 1
7
### Adding models
@@ -59,6 +59,17 @@ To build with your preferred set of models, create a new file called e.g. `my_mo
$
build_with_models.py my_models.xml
```
To create Maven
`<dependencies/>`
XML with the latest versions of all models on NIBIO's GitLab, use the
`build_models_xml.py`
script, like this:
```
bash
# Write latest production version dependency elements XML to my_models.xml
$
./build_models_xml.py
>
my_models.xml
# Write latest SNAPSHOT version dependency elements XML to my_models.xml
$
./build_models_xml.py
-s
>
my_models.xml
```
## Implement a model
See
[
implement_model.md
](
./docs/implement_model.md
)
Loading