Skip to content
Snippets Groups Projects

Updated readme

Merged
Luc Everserequested to merge
updated-readme into development
All threads resolved!
1 file
+ 28
2
Compare changes
  • Side-by-side
  • Inline
+ 28
2
# ED2
# AuTA
[Emergent architecture design](https://gitlab.ewi.tudelft.nl/TI2806/2017-2018/ED/ed2/ed2/blob/development/doc/architecture-design/architecture-design.pdf)
<img src="https://auta.f00f.nl/api/auta.png" alt="AuTA logo" align="right" clear="both" title="I'm sorry Otto, I'm afraid I can't do that" />
[![Pipeline status](https://gitlab.ewi.tudelft.nl/eip/code-measures/badges/development/pipeline.svg)](https://gitlab.ewi.tudelft.nl/eip/code-measures/pipelines)
[![Test coverage](https://gitlab.ewi.tudelft.nl/eip/code-measures/badges/development/coverage.svg)](https://gitlab.ewi.tudelft.nl/eip/code-measures/pipelines)
## Runtime requirements
### Core
AuTA's core requires a Java 11 runtime and [MongoDB](https://www.mongodb.com/) running on localhost.
Optionally [Graphviz](https://www.graphviz.org/) can be installed to enable UML generation.
Furthermore, the path `/srv/auta` must be readable and writable by the user AuTA runs as.
### Worker
Like the core, the worker requires a Java 11 runtime.
## Usage
### Core
Start the core as follows:
```sh
+2
java -jar core.jar
```
The server allows for set-up using username `admin` and password `admin`. Configure the server
as needed and restart the process.
### Worker
This is currently a work in progress. Ask Ewoud for details 🛂
Loading