OpenSource software is required to be installed on your local machine in order to run OpenCRVS. Ensure you have satisfied all of the following requirements before continuing:
Operation system: Linux or Unix operating system is required: OpenCRVS has been tested on Ubuntu 24.04 LTS and Mac OSX : If you do not have Ubuntu or MacOSX, use WSLarrow-up-right or install a virtualarrow-up-right Ubuntuarrow-up-right environment on your computer and use that environment to continue.
Admin rights: You must have admin rights over your computer and a sudo password
Git: You must have a Gitarrow-up-right account and Gitarrow-up-right software
Disk space and RAM: A minimum of 50GB of hard drive space must be available and at least 16GB of RAM. At least 4CPU Cores and 16GB RAM ensure the best experience avoiding any start up errors with ElasticSearch. If you are using virtualisation, ensure this is dedicated to the environment.
Docker: Install Docker Desktoparrow-up-right
NodeJS: Install Node using the Node Version Managerarrow-up-right. This tutorial: https://www.linode.com/docs/guides/how-to-install-use-node-version-manager-nvm/arrow-up-right is quite good compared to the official documentation which is a little hard to follow. Node version: 22.15.1 is required.
Yarn: Install the Yarn Package Managerarrow-up-right for Node
Chrome: Install Google Chromearrow-up-right. OpenCRVS is a progressive web applicationarrow-up-right and PWA's work best in Chrome.
tmux (optional): Install tmuxarrow-up-right. Multiple terminal windows are required to run our optional local install script. OpenCRVS Core alongside the default country configuration. On Ubuntu run: sudo apt-get install tmux to install. On Mac, you can install tmux using Homebrew or MacPorts.
sudo apt-get install tmux
Last updated 2 months ago