1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/apache-forrest/pkg-message
Herve Quiroz ce96067990 - Update to 0.7
- Add 'java' category

PR:		83012
Submitted by:	maintainer
2005-07-06 15:43:59 +00:00

21 lines
590 B
Plaintext

*************************************************************************
Set the environment variable:
FORREST_HOME=%%DATADIR%%
and add ${FORREST_HOME}/bin to your PATH.
To build a site:
1) $ mkdir mysite; cd mysite
2) $ forrest seed
3) $ forrest
4) see results in ./build/site/index.html with your web browser
To avoid any issue with old classes being loaded, run a 'forrest clean'
in your project directory, after you upgraded to this version (%%PORTVERSION%%)
*************************************************************************