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
1504cbeb
Commit
1504cbeb
authored
1 year ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Update README with info about build_models_xml.py
parent
73016523
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!35
build: New dummy version for testing the pipeline
,
!26
Renovate-updates deployed to prod
Pipeline
#2987
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Stage: upload
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-2
13 additions, 2 deletions
README.md
with
13 additions
and
2 deletions
README.md
+
13
−
2
View file @
1504cbeb
...
...
@@ -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
)
...
...
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