Skip to content

sblin/xld-demowebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Demo web app for XL Deploy.

In dar/pom.xml set the application name and the package version:

    <applicationName>PetPortal</applicationName>
    <packageVersion>1.0</packageVersion>

Run the following commands to deploy the dar file in your XL Deploy server:

mvn clean package
cd dar
mvn xldeploy:import

To create a default infrastructure and environment use the yaml files. Run the following commands:

cd yaml
xl apply --xl-deploy-username <login> --xl-deploy-password <password> -f xebialabs.yaml

About

Simple Web App for XL Deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published