freebsd-ports/www/apache-forrest/pkg-message
Thierry Thomas 119e262ec8 Add apache-forrest 0.5.1, a tool for rapid development of small
sites.

PR:		58015
Submitted by:	Nicola Vitale
2004-05-23 19:24:22 +00:00

17 lines
497 B
Text

*****************************************************************************
To build a site:
1) $ mkdir mysite; cd mysite
2) $ forrest seed
3) $ forrest site
4) see results in ./build/site/index.html with your web browser
If you get this error:
Can't connect to X11 window using ':0.0' as the value of the DISPLAY variable
replace step 3) with:
$ forrest -Dforrest.jvmargs=-Djava.awt.headless=true site
*****************************************************************************