# General

The portal consists of two services: WordPress and CKAN, which are installed side by side behind NGINX server. Application architecture is depicted in the following figure.

<figure><img src="https://2798769174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MNhen6_3N40BPFoGVI7%2Fuploads%2FYVTuifKaAHAbVwoLC1r9%2FApplication%20architecture.png?alt=media&#x26;token=041b3944-b9c4-431d-a4f4-cac20232bc22" alt=""><figcaption></figcaption></figure>

WordPress is executed with [PHP FPM](https://www.php.net/manual/en/install.fpm.php) and CKAN with [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/). Additional to these, the service has multiple databases: WordPress requires MySQL and CKAN requires PostgreSQL with additionally required Redis-database and Solr search index.
