3.2.8 Seeding your local development environment database

circle-info

Now that your source files are prepared, you are ready to "seed" your OpenCRVS database with data.

  1. Ensure that OpenCRVS is running, including your countryconfig server by following the instructions in: 3.1.3 Starting and stopping OpenCRVS.

  2. Open a new Terminal window and cd inside opencrvs-core:

cd opencrvs-core
  1. Run the following command

yarn seed:dev
triangle-exclamation

To seed a server, follow the instructions here.

circle-check

Last updated