Changeset 1591
- Timestamp:
- 01/18/05 16:06:40 (4 years ago)
- Files:
-
- trunk/swish_website (modified) (1 prop)
- trunk/swish_website/.cvsignore (added)
- trunk/swish_website/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website
- Property svn:ignore set to
dirs_public
public_html
- Property svn:ignore set to
trunk/swish_website/README
r1587 r1591 8 8 Check out the site from cvs, and modify the pages locally. Rebuild locally 9 9 to review and then check in. 10 11 10 12 11 13 Site layout … … 27 29 Building the site 28 30 ----------------- 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. 29 44 30 45 From the top-level directory* (where this README file is located)
