Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Cofinpro/meecrowave-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meecrowave-example

Small example project demonstrating the usage of Meecrowave. I use this repository for my blog posts on kivio.org.

Usage

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.

Build a Docker image

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • Dockerfile 1.8%