strolch/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2020-03-31 08:45:28 +02:00
# Strolch
[![Build Status](https://ci.4trees.ch/buildStatus/icon?job=strolch)](https://ci.4trees.ch/job/strolch/)
2014-09-16 09:29:42 +02:00
The main repository which contains all of Strolch.
Strolch consists of the following modules:
2020-03-31 08:45:28 +02:00
* li.strolch.utils
* li.strolch.privilege
* li.strolch.xmlpers
* li.strolch.model
* li.strolch.agent
* li.strolch.service
* li.strolch.persistence.postgresql
* li.strolch.persistence.xml
* li.strolch.rest
* li.strolch.websocket
* li.strolch.soql
* li.strolch.mvn.archetype.main
* li.strolch.mvn.archetype.webapp
* li.strolch.bom
* li.strolch.testbase
* li.strolch.performancetest
2014-09-16 09:29:42 +02:00
And of course the website itself:
2020-03-31 08:45:28 +02:00
* li.strolch.website
2014-09-16 09:29:42 +02:00
2020-03-31 08:45:28 +02:00
## 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/
2020-03-31 08:45:28 +02:00
## More Information
2020-03-31 08:45:28 +02:00
Find more to Strolch at our website: https://strolch.li