Re: web site flowchart
Erik Huelsmann <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <CACOoB6gKezxSABscxumU+gmeu6X53kJEWM1RW_ptNWBdEv2g0Q@mail.gmail.com> |
Hi Mario, > how does the website currently get from CVS into the webserver? > i.e. where do I have to check out into to have it there? Is there a > special script I have to invoke? There's a script running every 15 minutes. It's at /custom/bin/cron.www-data.public_html-update.sh. The script copies /project/clo/public_html/* to /var/www. Does that answer your question? Bye, Erik.