Developing schemas in your configuration development environment
To reduce the time that it takes to update the environment with your schema changes, use the schema_dev deployment pattern.
Note:
- In the analyze-deployment-tooling repository, the structure of the configuration directory is modified. The configuration files are in the top level configs/<config_name>/configurationdirectory.
- You cannot run any toolkit tasks described in the linked documentation in this environment.
Ensure that the DEPLOYMENT_PATTERN variable in the <config_name>/utils/variables.conf file is set to schema_dev.
For example:  
DEPLOYMENT_PATTERN="schema_dev"
Developing the data model
- In i2 Analyze Schema Designer, modify the schema.xmlandschema-charting-scheme.xmlfiles in the<config_name>/configurationdirectory with your changes. For more information about developing your schema, see i2 Analyze Schema Designer.
 On Windows, open the file from your mapped network drive.
 On MacOS, use Schema Designer in a Windows VM that has access to your analyze-deployment-tooling directory.
- After you make your changes, run the deploycommand.
- Test your changes in Analyst's Notebook.
 Note: You might need to log out of Analyst's Notebook and log back in to see your changes.
Developing security model
- Update the - security-schema.xmlfile in the- <config_name>/configurationdirectory with your changes. For more information about developing your security schema, see Configuring the security schema.- After you make your changes, run the deploycommand.
 
- After you make your changes, run the 
- Update the - user.registry.xmlfile to align to your security schema changes. For more information about updating the user registry, see Configuring the Liberty user registry.
 Note: In this release, you must ensure that your user registry file contains the user- Jennyin the- Administratorgroup.- After you make your changes, run the deploycommand.
 
- After you make your changes, run the 
- Update the - command-access-control.xmlfile to align to your users and groups. For more information about controlling access to features, see The command access control file.- After you make your changes, run the deploycommand.
 
- After you make your changes, run the 
- Test your changes in Analyst's Notebook. 
 Note: You might need to log out of Analyst's Notebook and log back in to see your changes.
After you develop your schemas, Add data to your config development environment.