[Vtigercrm-developers] Installer Issues

Joseph Brower jbrower at pagodabox.com
Fri Dec 16 08:33:30 PST 2011


Yes.  That's what I'm wanting to help resolve.  Is there sometime I 
could meet with some devs in the IRC or even via a phone call?  I'm fine 
contributing a lot of this on my time to make it happen.

Thanks,

Joseph Brower

On 12/16/2011 08:43 AM, Adam Heinz wrote:
> 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]);
> }
>
>
>
> _______________________________________________
> http://www.vtiger.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20111216/47977831/attachment-0002.html 


More information about the vtigercrm-developers mailing list