mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
119e262ec8
sites. PR: 58015 Submitted by: Nicola Vitale
18 lines
497 B
Plaintext
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
|
|
|
|
*****************************************************************************
|