Last updated 9 months ago
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 or install a 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 account and 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
NodeJS: Install Node using the . This tutorial: is quite good compared to the official documentation which is a little hard to follow. Node version: 18.19.0 is required.
Yarn: Install the for Node
Chrome: Install . OpenCRVS is a and PWA's work best in Chrome.
tmux: Install . Multiple terminal windows are required to run 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