.. _setup_recap: ################### Configuration recap ################### ======================= VM Configuration params ======================= Suggested system configuration ------------------------------ +-----------+--------------+------------------+----------------------+ | | Test system | Prod | Prod | | | | (minimal config) | (recommended config) | +===========+==============+==================+======================+ | CPU | 1 CPU / core | 4 CPU / core | 4-8 CPU / core | +-----------+--------------+------------------+----------------------+ | RAM | 4 GB | 4 GB | 8 GB | +-----------+--------------+------------------+----------------------+ | Hard disk | 20 GB | 20 GB | 20-40 GB | +-----------+--------------+------------------+----------------------+ Provided VM is configured this way: - 1 CPU with 4 cores - RAM: 4GB - Disk space: 20GB This configuration is enough for a minimal production environment. ==================== System Configuration ==================== Host info --------- Here a list of the information you are going to set up in your systems. You will need them when configuring the various applications. - IP address: ___________________________ - Hostname: ___________________________ System users ------------ +----------+----------+---------------------------------------------+ | Username | Password | Notes | +==========+==========+=============================================+ | root | | Set during OS installation | +----------+----------+---------------------------------------------+ | tomcat | | Set up in section :ref:`create_user_tomcat` | +----------+----------+---------------------------------------------+ | ckan | --- | No login. | | | | `su -s /bin/bash - ckan` | +----------+----------+---------------------------------------------+ | | | | +----------+----------+---------------------------------------------+ | | | | +----------+----------+---------------------------------------------+ | | | | +----------+----------+---------------------------------------------+ PostgreSQL users ---------------- +-------------+--------------------------+------------------------------------+ | Username | Password . . . . . . . . | Notes | +=============+==========================+====================================+ | ckan | | Main DB CKAN user | +-------------+--------------------------+------------------------------------+ | datastore | | R/W User for CKAN datastore plugin | +-------------+--------------------------+------------------------------------+ | datastorero | | RO User for CKAN datastore plugin | +-------------+--------------------------+------------------------------------+ | geonetwork | | | +-------------+--------------------------+------------------------------------+ | | | | +-------------+--------------------------+------------------------------------+ PostgreSQL DBs -------------- +------------+------------------------------------+ | DB name | Notes | +============+====================================+ | ckan | Main DB CKAN user | +------------+------------------------------------+ | datastore | R/W User for CKAN datastore plugin | +------------+------------------------------------+ | geonetwork | | +------------+------------------------------------+ | | | +------------+------------------------------------+ .. _application_ports: Installed applications ---------------------- +------------+---------+------+------+---------------+---------------------------+ | Name | Command | HTTP | AJP | context | Note | | | port | port | port | | | +============+=========+======+======+===============+===========================+ | CKAN | --- | 5000 | --- | `/` | | +------------+---------+------+------+---------------+---------------------------+ | GeoNetwork | 8005 | 8080 | 8009 | `/geonetwork` | | +------------+---------+------+------+---------------+---------------------------+ | Solr | 8004 | 8081 | --- | `/solr` | Not exposed through httpd | +------------+---------+------+------+---------------+---------------------------+ | Tolomeo | 8003 | 8082 | 8010 | | | +------------+---------+------+------+---------------+---------------------------+