(Quick Reference)

fetch-country-list

Purpose

fetch a list of all countries in the world and store it in your application

Examples

grails fetch-country-list

Description

Fetch the country list from wikipedia, convert it into csv format and store it in $basedir/web-app. The list of domains and capitals are copied over from the plugin contents. These three csv files are picked up during bootstrapping and imported into the database if the respective tables are empty.

Normally this script should be run only once.