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