https://github.com/windup/windup-web-distribution
Creates a complete installation of windup with a default login
https://github.com/windup/windup-web-distribution
Last synced: about 1 year ago
JSON representation
Creates a complete installation of windup with a default login
- Host: GitHub
- URL: https://github.com/windup/windup-web-distribution
- Owner: windup
- License: epl-2.0
- Created: 2016-09-16T18:54:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T10:50:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T10:11:13.189Z (about 1 year ago)
- Language: Shell
- Size: 7.9 MB
- Stars: 1
- Watchers: 8
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
= Windup Web Distribution
== Overview
This builds a ZIP file containing a self contained distribution of Windup Web.
== Build the Project
To build this project, type:
mvn clean install
If you want to build this project using SNAPSHOTs, add the `settings.xml` file to the command line:
mvn -s settings.xml clean install
This creates a `windup-web-distribution-.zip` file in the `windup-web-distribution/target/` directory.
The windup-web-distribution build requires artifacts built from windup-web and windup-keycloak-tool.
A script to build this project and its dependencies (above) can be found here: https://github.com/windup/windup-local-build-scripts[windup-local-build-scripts].
== Additional Resources
* Follow the https://github.com/windup/windup/wiki/Get-Involved[Get Involved] in Windup wiki.