Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
5cebfce5
Commit
5cebfce5
authored
8 years ago
by
Mirco Nasuti
Browse files
Options
Downloads
Patches
Plain Diff
add line to generate auto-generate PDF doc
parent
a858fbb4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
src/docker/build/build-in-docker.sh
+3
-0
3 additions, 0 deletions
src/docker/build/build-in-docker.sh
with
8 additions
and
0 deletions
README.md
+
5
−
0
View file @
5cebfce5
...
...
@@ -8,3 +8,8 @@ This is the MIP backend.
*
Run the project:
`./run.sh`
*
Show live logs:
`./log.sh`
(CTRL+C to quit)
*
Stop and remove the running container:
`./halt.sh`
## Generate PDF API documentation on build
Uncomment the following line in src/docker/build/build-in-docker.sh :
`mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc`
This diff is collapsed.
Click to expand it.
src/docker/build/build-in-docker.sh
+
3
−
0
View file @
5cebfce5
...
...
@@ -2,3 +2,6 @@
rm
-r
target/
mvn package
-DskipTests
-P
dev
# Uncomment to generate a PDF API documentation
# mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc
This diff is collapsed.
Click to expand it.
Preview
0%
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