AW: AW: [opencms-dev] Update

Schouten, Andreas Andreas.Schouten at framfab.de
Wed Aug 2 20:09:01 CEST 2000


Hi,

Use the class OpenCms instead of A_OpenCms in 4.1.x that should be the only
change you have to do.

After exported a website into a zip-file create a project on the new system
and import that zip-file:

1. stop the webserver
2.1 login as Admin
2.2 create a project "createProject update update Administrators
Administrators"
2.3 change into that project
    getAllAccessibleProjects
    setCurrentProject x        x is the id of the created project
2.4 copy the resources to that project
    copyResourcesToProject "/"
2.5 import the zip-file
    importResources "pathToZipFile" "/"       pathToWorkplace is the path to
the new zip-file in the filesystem
2.6 publish the project
    publishProject x           x is the id of the created project
2.7 exit the shell
    exit
3. start the webserver



More information about the opencms-dev mailing list