Actions
Installation process¶
During the installation of chamilo 2.0 a lot of things are created / registered. The following list gives an overview of what happens in the installation process
Database¶
The database is created
Configuration¶
The configuration with the database connection and some other crucial information is written to /common/libraries/php/configuration/configuration.php
Applications¶
All the applications are installed in the platform. The installation of an application is divided in two parts.
Basic installation¶
The basic installation creates the storage units as described in the given xml files.
Post processing¶
The post processing registers several items into the database:
- Register the application in admin_registration
- Register the locations for the rights application
- Register the trackers
- Register the reporting templates and blocks
- Register the webservices
- Install additional items as defined by the installer class of the application
Folders¶
The folders to store physical files are (re)created
Updated by Sven Vanpoucke over 11 years ago ยท 1 revisions