-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23c4dce
commit d79f7db
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |