4.1.3 Starting and stopping OpenCRVS
Starting OpenCRVS Core
Open a new terminal window inside the opencrvs-core directory and run:
You will be asked to confirm that you are ready to start a country configuration server alongside opencrvs-core. If you ran our optional installation script, then you already have opencrvs-countryconfig directory available alongside the opencrvs-core directory. Click Y to continue, or N to exit.
This command can be used in one terminal window to start only the database dependenices in Docker containers.
This command starts up the core Node microservices, outside of docker containers.
Starting OpenCRVS Country Configuration
Open a new terminal window inside the opencrvs-countryconfig directory and run:
Stopping
Press Ctrl+c in the opencrvs-core terminal. After a few seconds Docker may prompt you to type Ctrl+c again to stop any running containers.
Press Ctrl+c in the opencrvs-countryconfig terminal, or your forked country configuration termina
Other servers
When OpenCRVS is running, you can browse to other interesting developer dependencies of OpenCRVS such as:
Our UI Kit component library: http://localhost:6060/
Last updated