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 20.04.3, Mac OSX BigSur & Mac OSX Monterey: If you do not have Ubuntu or MacOSX, 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 20GB of hard drive space must be available and at least 8GB - 16GB of RAM. At least 2CPU 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: On Ubuntu, install Dockerarrow-up-right & Docker Composearrow-up-right. On Mac, install Docker for Macarrow-up-right. On Mac, in Docker for Mac preferences, assign 4 CPUs, at least 8GB Memory or more, Swap 4GB and 4 CPUs if your system allows. Elastic search needs a lot of memory to run. On Ubuntu we set enough RAM automatically. OpenCRVS has been tested on Docker version 20.10.11 and docker-compose version 1.29.2
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 versions v16+ are required. OpenCRVS has not been tested on newer versions of Node and you may experience issues if you are using an untested Node version.
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: Install tmuxarrow-up-right. 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
Last updated 2 years ago