mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Remove leading, undefined article from COMMENT - Sort variables - Use ${COPYTREE_SHARE} instead of ${FIND} and ${INSTALL_*} to install files - Add support for stage dir [1] - Remove pkg-message - Add files/pkg-message.in PR: 189978 [1] Submitted by: joe@thrallingpenguin.com
20 lines
586 B
Text
20 lines
586 B
Text
|
|
*************************************************************************
|
|
|
|
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 run
|
|
4) point your web browser to http://localhost:8888
|
|
|
|
To avoid any issue with old classes being loaded, run a 'forrest clean-work'
|
|
in your project directory, after you upgraded to this version (%%PORTVERSION%%)
|
|
|
|
*************************************************************************
|