Overview

Documents how to initialize the Mapping Tool with an administrative user and a blank project.

Creating an Administrative User

To use the Mapping Tool properly, two things are initially required

To create the admin user and/or blank project, execute the commands below.  NOTE:  Running the admin mojos assumes you have built the code and created the database per  Deploy Instructions.

cd code/admin/loader
mvn clean install -PCreateMapAdmin -Drun.config=YOUR_CONFIG_VARIABLE -Dmap.user=DESIRED_USER_NAME

Executing this command will:

After execution, log in as the specified user to edit the blank project, create new projects, or perform other administrative tasks.

Links/References