strolch/strolch_minimal
Robert von Burg 612745098b [Project] Set new SNAPSHOT version 1.3.0-SNAPSHOT 2016-07-05 09:57:44 +02:00
..
src [Major] Moved ch.eitchnet to li.strolch 2016-06-26 11:38:41 +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] Set new SNAPSHOT version 1.3.0-SNAPSHOT 2016-07-05 09:57:44 +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.