<div>Hi,</div><div><br></div><div>I think config/config.sample.php is good for start.</div><div><br></div><div><br></div><div>---</div><div>Victor Dubiniuk</div><br><div class="gmail_quote">On Thu, Jun 7, 2012 at 11:41 PM, eMerzh <span dir="ltr"><<a href="mailto:merzhin@gmail.com" target="_blank">merzhin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys,<br>
<br>
thanks for you supports :)<br>
<br>
i've made some corrections here and there....<br>
<br>
and i've change the way i load my apps paths from config files<br>
it's no more from appsurl and appsroot but from an array of array like this<br>
<br>
"apps_paths" => array(<br>
array(<br>
'path'=> '/var/www/owncloud/apps',<br>
'url' => '/apps',<br>
),<br>
array(<br>
'path'=> '/var/www/anotherapps',<br>
'url' => '/apps2',<br>
),<br>
<br>
),<br>
<br>
<br>
I hope this help you test the thing ;)<br>
<br>
(i don't know where i can put these config parameter documentations<br>
.... an idea? )<br>
<br>
Regards,<br>
<br>
eMerzh<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Jun 7, 2012 at 11:16 AM, Frank Karlitschek <<a href="mailto:frank@owncloud.org">frank@owncloud.org</a>> wrote:<br>
> Hi Brice,<br>
><br>
> this sounds awesome. I´m wanted to work on the exactly same feature. :-)<br>
> Will test later today.<br>
><br>
><br>
> Frank<br>
><br>
><br>
> On 06.06.2012, at 23:48, eMerzh <<a href="mailto:merzhin@gmail.com">merzhin@gmail.com</a>> wrote:<br>
><br>
>> Hi,<br>
>> i'm currently trying to develop a solution for having mutlitple<br>
>> applications directory ( /apps/ ).<br>
>> Some reason i goes there :<br>
>> - we currently have 2 apps directory as we have 2 repositiory with<br>
>> apps and what if i want an external app?<br>
>> - let people manage apps dir as they want (1 dir for my private apps,<br>
>> another for ownclouds)<br>
>> - we have "movable" apps so the work is waaay simpler...<br>
>> - last but not least i think it will help packager to put things where<br>
>> they should : owncloud internal apps in /usr/share/owncloud/.. and<br>
>> installed ones<br>
>> in another place (maybe /var/lib as the rest?)<br>
>><br>
>> Do you find this interesting?<br>
>><br>
>> The current code is on my branch here :<br>
>><br>
>> <a href="https://gitorious.org/~emerzh/owncloud/emerzh-own/commits/multi_app_dir" target="_blank">https://gitorious.org/~emerzh/owncloud/emerzh-own/commits/multi_app_dir</a><br>
>><br>
>> It should more or less work if you add this in your config file:<br>
>> (where appsroot correspond to your install)<br>
>><br>
>> "appsroot" => '/var/www/owncloud/apps:/var/www/otherapps',<br>
>> "appsurl" => '/apps:/otherapps',<br>
>><br>
>> ( the ":" separate the multiple paths ... )<br>
>><br>
>> i'm still looking for a better way to look at appsroot and appsurl ...<br>
>> but the idea is there<br>
>><br>
>> don't hesitate to give feedback :D<br>
>><br>
>><br>
>> Regards,<br>
>><br>
>><br>
>> eMerzh aka Brice<br>
>> _______________________________________________<br>
>> Owncloud mailing list<br>
>> <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
>> <a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
><br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</div></div></blockquote></div><br>