... | ... | @@ -2,6 +2,10 @@ Welcome to the ls.ext wiki! |
|
|
|
|
|
## System overview and technical information
|
|
|
|
|
|
![System components](https://docs.google.com/drawings/d/1fnN3TmRSIy1KjEl5I6fF65v7mLwiOD24MNSUNs7_Tds/pub?w=1068&h=700)
|
|
|
|
|
|
The diagram shows the components of a default setup of LS.ext, and how they are connected. The different components run as docker containers in a closed network and communicate directly to ports only available internally in the network, with only 3 services (ports) exposed: catalinker, patron-client and Koha.
|
|
|
|
|
|
* [[System components overview|System components overview]]
|
|
|
* [[Ontology|Ontology]]
|
|
|
* [[HTTP flows|HTTP flows]]
|
... | ... | @@ -16,7 +20,6 @@ Welcome to the ls.ext wiki! |
|
|
* [[Services|Development Services]]
|
|
|
|
|
|
## Deployment
|
|
|
![Docker containers](https://docs.google.com/drawings/d/1fnN3TmRSIy1KjEl5I6fF65v7mLwiOD24MNSUNs7_Tds/pub?w=1068&h=700)
|
|
|
|
|
|
The system can be deployed in the same manner as how you provision your development environment: by running `docker-compose up`.
|
|
|
|
... | ... | |