How to jump from development to production

Which are steps to jump from development to production?I can copy only the information of the data base of development?thanks.
[147 byte] By [jimarmolejo] at [2007-11-26 11:40:11]
# 1

The way I've done it is to export (via the debug interface and the BPE) all of the definitions for all objects that make up my system - this includes resources, roles, organizations, identity attributes, etc. etc. I then built an installation script that will read in each of these files to build my production system. Then for production installation, I simply import a single exchange file that builds the entire environment.

This allows allows good system configuration and change control as all changes to configuration in production are done via the import of exchange files.

ca_cudmore at 2007-7-7 11:41:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
You have any sample for this case? the script to install and get the components.?there is any step sequence to create the objects in IDM?thanks
jimarmolejo at 2007-7-7 11:41:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Take a look in the sample directory that gets installed. The file init.xml is what is run during system initialization to import all of the base objects. You can use the same syntax to import all of your customized objects.
ca_cudmore at 2007-7-7 11:41:20 > top of Java-index,Web & Directory Servers,Directory Servers...