1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
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

18 lines
497 B
Plaintext

*****************************************************************************
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
*****************************************************************************