Exporting objects |
Besides exporting the whole web site, you can also choose to export only selected objects (web parts, document types, page templates, etc.). This is useful when you update some object on the development machine and want to copy the updated object to the staging or production server.
Exporting selected objects
Go to Site Manager -> Sites and click Export objects. The Export objects wizard starts. In the first step of the wizard, you have to fill in the name of the export package and choose type of objects pre-selection:
Select the option that suits your purposes and click the Next button. In Step 2, you can select which objects will be exported. The tree on the left represents object categories. These reflect the sections of the administration interface under that the objects can be found. The Site category contains objects related to the selected web site. The Global objects category contains global objects that can be used by all sites. By selecting a category, a set of check boxes appears in the right part of the screen, letting you select which objects will be exported. If you select the root of the tree (All objects), you will be offered with the following options:
Global selection
Export settings
- <web project>\App_Code\Global - <web project>\CMSGlobalFiles
- <web project>\CMSTemplates
- <web project>\CMSModules\Forums\Controls\Layouts\Custom
If you have the "Log export tasks" option enabled in Site Manager -> Settings -> Content Staging, a list of object deletion tasks may also be displayed at the bottom of the list. This happens when some objects have been deleted (just as the two Web part containers in the screenshot below). If you leave the check-boxes checked, the objects will be deleted after importing the package on the target server.
After making all required selections, click Next to proceed to the next step. A log appears, showing you the progress of exporting. You can abort exporting by clicking the Cancel button at any time. When exporting finishes, a message appears at the top of the log, telling you the full path to the exported file. Click the Finish button. You will be redirected back to Site manager -> Sites.
Now you can copy the exported file to the target installation of Kentico CMS, into the <web project>\CMSSiteUtils\Import folder and use the Import site or objects wizard described in the following chapter.
|