|
8 ani în urmă | |
---|---|---|
.. | ||
ajax | 8 ani în urmă | |
cli | 8 ani în urmă | |
js | 9 ani în urmă | |
lang | 8 ani în urmă | |
lib | 8 ani în urmă | |
pix | 8 ani în urmă | |
templates | 9 ani în urmă | |
views | 8 ani în urmă | |
README.md | 8 ani în urmă | |
index.php | 8 ani în urmă | |
install.php | 9 ani în urmă | |
plugin.php | 8 ani în urmă | |
template.tpl | 9 ani în urmă | |
uninstall.php | 9 ani în urmă | |
vcron.php | 8 ani în urmă |
Authors : Valery Fremaux (valery.fremaux@gmail.com), Julio Montoya
Virtual chamilo is a feature that allows running several chamilo instances sharing the same code base.
This is a yet prototypal version that is not full featured in back-office tools. At the moment, the setup of virtual clones still is a technical operation and has no middle-office GUI. Development is in progress to offer a sufficient medium-level administrability of the process.
You need :
Insert the virtualisation hook into the chamilo master configuration file:
<chamiloroot>/app/config/configuration.php
Insert the hook at the end of the file.
include_once $_configuration['root_sys'].'plugin/vchamilo/lib/Virtual.php';
vchamilo_hook_configuration($_configuration);
Multiple URL access must be enabled:
# in <chamiloroot>/main/inc/config/configuration.php
$_configuration['multiple_access_urls'] = true;
In the administration, you will need configure an adequate home root definition for the instance finding the dedicated home directory. You just need editing the http://localhost default host, and give the real domain name you are using.
Check you have the /home/ clone of the standard home directory.
Vchamilos will use several side-directories apart from the standard installation (dedicated courses, dedicated home page). Check you set the adequate filesystem permissions (usually let the server write in there) for them.