@@ -2,27 +2,35 @@ Back to [TOC](../Readme.md)
2
2
3
3
# Deployment types
4
4
5
- Concorda can be installed in many types . Bellow are presented these deployment types.
5
+ Concorda can be installed in many ways . Bellow are presented these deployment types.
6
6
7
7
## Standalone server
8
8
9
- The project is installed and is starting as a monolith, no additional micro-services necessary .
10
- Please take a look on this [ page] ( ./install -monolith.md ) for details.
9
+ The project is installed and started as a monolith application .
10
+ Please take a look on this [ page] ( ./deploy -monolith.md ) for details.
11
11
12
- ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/monolith.jpeg )
12
+ ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/deploy- monolith.jpeg )
13
13
14
14
## Separate Administration Dashboard and microservice
15
15
16
16
There will be a separate server for Administration Dashboard and separate core microservice.
17
- Please take a look on this [ page] ( ./install -dashboard-and-microservice.md ) for details.
17
+ Please take a look on this [ page] ( ./deploy -dashboard-and-microservice.md ) for details.
18
18
19
- ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/concorda-microservice.jpeg )
19
+ ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/deploy- concorda-microservice.jpeg )
20
20
21
21
## Just Concorda microservice
22
22
23
23
There can be used just the microservice. In some cases the deployment can contain only the microservice. In such case some
24
24
features of Concorda system cannot be used but basic configuration will be done by using the configuration .env files
25
- Please take a look on this [ page] ( ./install -microservice.md ) for details.
25
+ Please take a look on this [ page] ( ./deploy -microservice.md ) for details.
26
26
27
- ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/microservice.jpeg )
27
+ ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/deploy-microservice.jpeg )
28
+
29
+ ## Using Concorda as a Seneca plugin
30
+
31
+ In this deployment, the client application will use directly Concorda as an internal Seneca type plugin. The client application will be responsable for
32
+ loading and passing all required configuration to Concorda plugin.
33
+ Please take a look on this [ page] ( ./deploy-plugin.md ) for details.
34
+
35
+ ![ Diagram] ( https://github.com/Concorda/docs/blob/master/img/deploy-plugin.jpeg )
28
36
0 commit comments