Skip to content

Commit

Permalink
README fil
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaTuliakova committed Dec 27, 2024
1 parent 23c4dce commit d79f7db
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# VP
VirtualiseringsPlattformen (VP), byggd med Apache Camel.
VirtualiseringsPlattformen (VP), byggd med Apache Camel. <br/>
[Mer information om VP](https://inera.atlassian.net/wiki/spaces/NTJPI/pages/3187247396/VP+Camel) <br/>

**Bygga projektet:<br/>**
_mvn clean install_<br/>

**Köra automatiska tester<br/>**
_mvn clean verify_<br/>

**För att starta projektet lokalt:**<br/>
För att alla VP-funktioner ska fungera måste man konfigurera i properties:
1. Länken till tak-services: _takcache.endpoint.address_
2. Filerna som innehåller tak-cache: _takcache.persistent.file.name_
3. Filerna som innehåller hsa-cache: _hsa.files_

Starta **VP** som Spring-boot applikation

**Configuration:**<br/>
[Konfiguration av VP Camel](doc/config/configuration.md)<br/>
[Detaljerad konfiguration](doc/config/detail_config.md)<br/>
[Logging konfigurering](doc/config/logging_configuration.md)

0 comments on commit d79f7db

Please sign in to comment.