Spring-Boot Server and Angular Client
Start the dev server at localhost:8080
./mvnw spring-boot:run
Create an executable .war
./mvnw package -Pprod
All-in-one script to start a new Kevoree Registry
# download the script
wget https://raw.githubusercontent.com/kevoree/kevoree-registry/master/src/main/docker/kevoree-registry.sh
# make it executable
chmod +x kevoree-registry.sh
# execute the script using your own data
./kevoree-registry.sh [mail_user] [mail_domain] [registry_fqdn]
eg. ./kevoree-registry.sh registry kevoree.org https://registry.kevoree.org
with:
registry
being the mail user namekevoree.org
being the mail server domainhttps://registry.kevoree.org
being the fqdn of your registry