-
I'm trying to build the app myself (using Is there some way to get the .war file that you folks include with releases? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! the project layout follows Gradle's standards, so the directory you're looking for is However, if you're building the Starting from the next release, we will distribute alf.io as a JAR file and a Docker image. It would be great if you suggest modifications (with a Pull Request) to the README to clarify this point, so that it might be easier to other people to approach the project Thank you! |
Beta Was this translation helpful? Give feedback.
Hi!
the project layout follows Gradle's standards, so the directory you're looking for is
./build/libs/
However, if you're building the
main
branch, you won't find aalfio-[version]-boot.war
file in the output directory.Starting from the next release, we will distribute alf.io as a JAR file and a Docker image.
The command to run the application does not change.
It would be great if you suggest modifications (with a Pull Request) to the README to clarify this point, so that it might be easier to other people to approach the project
Thank you!
Celestino