[Vtigercrm-developers] Installer Issues
Adam Heinz
amh at metricwise.net
Fri Dec 16 07:43:10 PST 2011
I deploy most of vtiger as root-owned, with the following list of files
owned by apache:
cache
logs
parent_tabdata.php
storage
tabdata.php
test
Smarty/cache
Smarty/templates_c
user_privileges
The only real problem that I've had is when I want to install an extension
module from zip file, I have to import them with a small script run as
root, then manually deal with the permissions of that module -- often 777!
#!/usr/bin/php
<?php
require_once('include/utils/utils.php');
for ($i = 1; $i < $argc; $i++) {
installVtlibModule($argv[$i], $argv[$i]);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20111216/c58e8f0f/attachment-0002.html
More information about the vtigercrm-developers
mailing list