[leaf-devel] Re: Asunto: Re: [leaf-user] Leaf website

2004-12-30 Thread Mike Noyes
On Thu, 2004-12-30 at 09:02, Charles Steinkuehler wrote:
 Mike Noyes wrote:
  On Thu, 2004-12-30 at 05:53, Sergio D. Morilla wrote:
  There was a .PDF version of the documentation.
  http://leaf.sourceforge.net/doc/guide/leaf-guide-collection.pdf
  
  It is unavailable.
  
  Sergio,
  Yes. I temporarily took PDF generation out of our document build
  process. It will return when I figure out a good way to generate it. FOP
  was using to many resources on the SourceForge shell.
 
 Mike:  If the problem generating PDFs is with machine resources, perhpas 
 this something we could do on a mirror (ie: basic) and then copy the files 
 to the SF web area?

Charles,
That was my idea also. :-)


 I'm not sure if basic is currently setup with everything needed to generate 
 PDFs, but I can install anything that's needed (as long as it can be found 
 in debain stable :).  Once we can make PDFs on basic, you should be able to 
 setup ssh keys so you could scp the file from basic to SF in a cron job...

This sounds like a workable solution.


 Let me know if you're interested, and maybe point me to the PDF generation 
 script so I can make sure all the required resources are available.

I'm interested. I'll work on it once I finish adding project member
login accounts to our website, and a few other tasks.

Noyes, Mike: To Do List
http://leaf-project.org/devel/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=51


 Also, I'm not sure basic is properly mirroring the SF web content anymore 
 (at least it looks different).  Do the syncing scripts perhaps need to be 
 modified with all the recent changes to the website?

That task is on my to-do also. Mirroring is a little more complex to
setup, but easier to maintain. I need to write up a set of instructions.
I'll probably use basic to make sure I have the steps correctly
documented. Is the mirror script in leaf crontab?

Everyone,
The LEAF project is looking for domains willing to mirror our website.
The only requirement is you must be a LEAF project member.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


[leaf-devel] Re: Asunto: Re: [leaf-user] Leaf website

2004-12-30 Thread Charles Steinkuehler
Mike Noyes wrote:
On Thu, 2004-12-30 at 09:02, Charles Steinkuehler wrote:
Also, I'm not sure basic is properly mirroring the SF web content anymore 
(at least it looks different).  Do the syncing scripts perhaps need to be 
modified with all the recent changes to the website?
That task is on my to-do also. Mirroring is a little more complex to
setup, but easier to maintain. I need to write up a set of instructions.
I'll probably use basic to make sure I have the steps correctly
documented. Is the mirror script in leaf crontab?
The mirror scripts are in the leaf user's home directory, called by crontab
leaf crontab
# m h dom mon dow command
# Sync Project directory
# 45 2 * * * /home/leaf/bin/sync-www
# Sync CVS directory
# 45 3 * * * /home/leaf/bin/sync-cvs
/leaf crontab
The cvs sync basically rsyncs from a remote server that has enough bandwidth 
to download the whole CVS tarball nightly.

The www sync first rsync's the site content from SF, then rebuilds the local 
mysql database from the nightly leaf sql database dump (which it expects to 
find in mirror/leaf.sql).

--
Charles Steinkuehler
[EMAIL PROTECTED]
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Re: Asunto: Re: [leaf-user] Leaf website

2004-12-30 Thread Mike Noyes
On Thu, 2004-12-30 at 12:55, Charles Steinkuehler wrote:
 Mike Noyes wrote:
  Mirroring is a little more complex to
  setup, but easier to maintain. I need to write up a set of instructions.
  I'll probably use basic to make sure I have the steps correctly
  documented. Is the mirror script in leaf crontab?
 
 The mirror scripts are in the leaf user's home directory, called by crontab

Charles,
Thanks for the information. :-)

 leaf crontab
 # m h dom mon dow command
 
 # Sync Project directory
 # 45 2 * * * /home/leaf/bin/sync-www

We'll need to setup an exclude list for some configuration files.

 # Sync CVS directory
 # 45 3 * * * /home/leaf/bin/sync-cvs
 /leaf crontab
 
 The cvs sync basically rsyncs from a remote server that has enough bandwidth 
 to download the whole CVS tarball nightly.
 
 The www sync first rsync's the site content from SF, then rebuilds the local 
 mysql database from the nightly leaf sql database dump (which it expects to 
 find in mirror/leaf.sql).

The mysqldump is now in phpwebsite/mirror/leaf.sql

We'll need to add a site specific table import after the mysql import of
leaf.sql. The leafbranch_sites table has hard coded full paths in it.
:-(

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel