Small example project demonstrating the usage of Meecrowave. I use this repository for my blog posts on kivio.org.
In the root directory run mvn clean install
.
Create a Meecrowave distribution while changing into person-server and invoke mvn meecrowave:bundle
.
If you simply want to run the server on command line call mvn meecrowave:run
inside
person-server.
person-server can be build as Docker image. There is Fabric8 Maven Docker plugin embedded in pom.xml. The commands
mvn clean package meecrowave:bundle docker:build
will build a Docker image given by the embedded Dockerfile.