How to Set Up a Central Server?
How to install and configure a Central Server?
The official Central Server installation guide is available at https://github.com/nordic-institute/X-Road/blob/develop/doc/Manuals/ig-cs_x-road_6_central_server_installation_guide.md.
The official Central Server high availability (HA) guide is available at https://github.com/nordic-institute/X-Road/blob/develop/doc/Manuals/ig-csha_x-road_6_ha_installation_guide.md.
The official Central Server user guide is available at https://github.com/nordic-institute/X-Road/blob/develop/doc/Manuals/ug-cs_x-road_6_central_server_user_guide.md.
Beta Versions
Beta versions of X-Road are installed following the official installation guides. The only difference compared to an official release version is that beta versions are located in a separate package repository maintained by NIIS. Instead of using the official release repository, a snapshot repository must be used.
Repository | URL | Note |
---|---|---|
Bionic | deb https://artifactory.niis.org/xroad-snapshot-deb bionic-snapshot main | |
Trusty | deb https://artifactory.niis.org/xroad-snapshot-deb trusty-snapshot main | Last supported version 6.21.1 |
Upgrading a Central Server running a release version to the latest snapshot version can be done following the steps below.
$ sudo apt-add-repository -y "deb https://artifactory.niis.org/xroad-snapshot-deb $(lsb_release -sc)-snapshot main" $ sudo apt-get update $ sudo apt-get upgrade
Please note that no support is provided to snapshot and/or beta versions.
Related articles