Changeset 1591

Show
Ignore:
Timestamp:
01/18/05 16:06:40 (4 years ago)
Author:
whmoseley
Message:

Add and ignore file for the destination dirs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website

    • Property svn:ignore set to
      dirs_public
      public_html
  • trunk/swish_website/README

    r1587 r1591  
    88Check out the site from cvs, and modify the pages locally.  Rebuild locally 
    99to review and then check in. 
     10 
     11 
    1012 
    1113Site layout 
     
    2729Building the site 
    2830----------------- 
     31 
     32    Check out the "swish_website" project from CVS.  Once checked out you need to 
     33    initialize a few directories, and then build the site. 
     34 
     35        $ cd swish_website 
     36        $ mkdir -p public_html dirs_public/download/old dirs_public/swish-daily 
     37        $ bin/build -swishsrc=$HOME/swish-e -develsrc=$HOME/swish-e 
     38 
     39    You need Template Toolkit, Pod::POM (from CPAN) and anything else it 
     40    complains about. 
     41 
     42    Those output directoreis can be overridden.  see bin/build --help  for 
     43    help.  "dirs_public" can be set in lib/conifg/site. 
    2944 
    3045    From the top-level directory* (where this README file is located)