strolch/strolch_minimal
Robert von Burg bda16a0f80 [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
..
src [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
.gitignore [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +02:00
LICENSE [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +02:00
README.md [New] Added strolch_minimal and strolch_minimal_rest projects 2015-07-09 14:51:06 +02:00
pom.xml [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00

README.md

Strolch Minimal

A minimal Strolch project which builds using Maven and the end result starts a console based Java Application.

Build

On the console run: $ mvn clean package This creates a tarball in target/strolch_minimal-${project.version}-bin.tar.gz

Run

Extract the tarball: $ cd target $ tar -xvzf strolch_minimal-1.0.0-SNAPSHOT-bin.tar.gz $ cd strolch_minimal-1.0.0-SNAPSHOT $ chmod u+x ./startup.sh $ ./startup.sh

Eclipse

In Eclipse create a runtime configuration with the following:

  • Name: Strolch Minimal
  • Main Class: li.strolch.minimal.main.Main
  • Program Arguments: --env dev --root-path ${project_loc}/src/runtime

Starting the application should now work.