strolch/README.md

39 lines
1018 B
Markdown
Raw Normal View History

2014-09-16 09:29:42 +02:00
Strolch
==================
2018-06-18 16:18:17 +02:00
[![Build Status](https://ci.4trees.ch/buildStatus/icon?job=li.strolch)](https://ci.4trees.ch/job/li.strolch/)
2014-09-16 09:29:42 +02:00
The main repository which contains all of Strolch.
Strolch consists of the following modules:
- li.strolch.utils
- li.strolch.privilege
2014-09-16 09:29:42 +02:00
- li.strolch.agent
- li.strolch.model
- li.strolch.persistence.postgresql
- li.strolch.persistence.xml
- li.strolch.rest
- li.strolch.service
- li.strolch.testbase
2014-09-16 09:29:42 +02:00
And of course the website itself:
- li.strolch.website
Getting Started
----------------
Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/li.strolch.agent
Or install locally first:
git clone https://github.com/4treesCH/strolch.git
cd strolch
mvn clean install -DskipTests
Then you can create your own project. Please read the README files in the generated projects.
To create a Strolch project see https://strolch.li/development.html
More Information
-----------------
2014-09-16 09:29:42 +02:00
Find more to Strolch at our website: http://strolch.li