2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
*************************************************************************
|
2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
Set the environment variable:
|
2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
FORREST_HOME=%%DATADIR%%
|
2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
and add ${FORREST_HOME}/bin to your PATH.
|
2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
To build a site:
|
2004-05-23 21:24:22 +02:00
|
|
|
|
2005-07-06 17:43:59 +02:00
|
|
|
1) $ mkdir mysite; cd mysite
|
|
|
|
2) $ forrest seed
|
2007-04-18 23:14:26 +02:00
|
|
|
3) $ forrest run
|
|
|
|
4) point your web browser to http://localhost:8888
|
2005-07-06 17:43:59 +02:00
|
|
|
|
2007-04-18 23:14:26 +02:00
|
|
|
To avoid any issue with old classes being loaded, run a 'forrest clean-work'
|
2005-07-06 17:43:59 +02:00
|
|
|
in your project directory, after you upgraded to this version (%%PORTVERSION%%)
|
|
|
|
|
|
|
|
*************************************************************************
|