You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Hartmann <an...@apache.org> on 2008/06/25 12:35:23 UTC

Directory structure for docu CMS on the zones server

Hi Lenya devs,

ATM the directory structure on the zones server makes it quite hard to 
maintain the CMS.

How about the following structure?

~lenya
   /docu
     /apache-tomcat-5.5.26
       /conf/Catalina/localhost/docu.xml (points to webapp)
     /lenya
       /trunk
         /build/lenya/webapp
       /docu
         /pubs
         /modules
     /data
       /docu
         /content
         /access-control
           /passwd
           /policies
         /lucene
           /index
       /… (other publications to come)

This structure allows us to do a "build clean" without caring about 
losing productive data. The data directory will be backed up Jörn using 
rsync.

WDYT?

-- Andreas


-- 
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Andreas Hartmann <an...@apache.org>.
Joern Nettingsmeier schrieb:

[…]

> hope you had fun in freiburg!

Yes, from my POV the topics were very interesting, and I enjoyed the 
meeting very much.

> did any of you guys show slides i might take a peek at?

I showed this one about JCR:
http://www.slideshare.net/nobby/the-java-content-repository

This one about REST/Sling wasn't presented, but maybe you want to take a 
look at it anyway:
http://www.slideshare.net/nobby/apache-sling

BTW, there are some nice presentations on these subjects on slideshare. 
IMO this one is particularly interesting:

http://www.slideshare.net/uncled/successful-cms-ecm-strategies

-- Andreas


-- 
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
Andreas Hartmann wrote:
> Hi Jörn,
> 
> Joern Nettingsmeier schrieb:
>
>> please let me know in advance so that i can update the rsync directory 
>> - otherwise i might be pulling huge amounts of garbage data...
> 
> I have changed the structure now. All to-be-backed-up data is in
> 
>   /export/home/lenya/docu/data

thanks, i've changed the cronjob accordingly and pulled an initial copy.
it now includes the access control data as well.

> Thanks again for providing your infrastructure!

it's the least i can do to have one of my servers work for the lenya 
project :)
i'm looking forward to re-synching my lenya system and playing with all 
the new stuff. hope you had fun in freiburg!
did any of you guys show slides i might take a peek at?

best,

jörn



-- 
jörn nettingsmeier

home://germany/45128 essen/lortzingstr. 11/
http://spunk.dnsalias.org
phone://+49/201/491621

Kurt is up in Heaven now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Andreas Hartmann <an...@apache.org>.
Hi Jörn,

Joern Nettingsmeier schrieb:
> Andreas Hartmann wrote:
>> Hi Lenya devs,
>>
>> ATM the directory structure on the zones server makes it quite hard to 
>> maintain the CMS.

[…]

> please let me know in advance so that i can update the rsync directory - 
> otherwise i might be pulling huge amounts of garbage data...

I have changed the structure now. All to-be-backed-up data is in

   /export/home/lenya/docu/data

Thanks again for providing your infrastructure!

-- Andreas

-- 
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
Andreas Hartmann wrote:
> Hi Lenya devs,
> 
> ATM the directory structure on the zones server makes it quite hard to 
> maintain the CMS.
> 
> How about the following structure?
> 
<snip>
> This structure allows us to do a "build clean" without caring about 
> losing productive data. The data directory will be backed up Jörn using 
> rsync.

i'm +1 for cleaning up (as always :)
please let me know in advance so that i can update the rsync directory - 
otherwise i might be pulling huge amounts of garbage data...

thanks,

jörn



-- 
jörn nettingsmeier

home://germany/45128 essen/lortzingstr. 11/
http://spunk.dnsalias.org
phone://+49/201/491621

Kurt is up in Heaven now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Jürgen Ragaller <ra...@apache.org>.
Hi

Am 25.06.2008 um 12:35 schrieb Andreas Hartmann:
>
>
> ATM the directory structure on the zones server makes it quite hard  
> to maintain the CMS.
>
> How about the following structure?
>
> ~lenya
>  /docu
>    /apache-tomcat-5.5.26
>      /conf/Catalina/localhost/docu.xml (points to webapp)
>    /lenya
>      /trunk
>        /build/lenya/webapp
>      /docu
>        /pubs
>        /modules
>    /data
>      /docu
>        /content
>        /access-control
>          /passwd
>          /policies
>        /lucene
>          /index
>      /… (other publications to come)
>
> This structure allows us to do a "build clean" without caring about  
> losing productive data.

How do we handle changes in usecase-policies.xml? That file is  
editable via gui but will need to be edited for new modules.

> The data directory will be backed up Jörn using rsync.
>
> WDYT?

+1

Jürgen


>
>
> -- Andreas
>
>
> -- 
> Andreas Hartmann, CTO
> BeCompany GmbH
> http://www.becompany.ch
> Tel.: +41 (0) 43 818 57 01
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
>

null-oder-eins GmbH Zürich
web & graphic design

www.null-oder-eins.ch

ragaller@apache.org
Skype: callto://ragaller




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Directory structure for docu CMS on the zones server

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
On Wed, 2008-06-25 at 12:35 +0200, Andreas Hartmann wrote:
> Hi Lenya devs,
> 
> ATM the directory structure on the zones server makes it quite hard to 
> maintain the CMS.
> 
> How about the following structure?

Sounds good.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org