Overview: ---------- The Imperius site is built using Apache Forrest. Building the site locally: ------------------ 1. Download and install Apache Forrest (http://forrest.apache.org) 2. Make sure the /bin directory of Forrest is on your PATH 3. Open a command prompt and change to the /site folder 4. Run forrest Updating the site: --------------------- 0. Make sure you can build the site 1. Edit pages in the source directory src/documentation/content/xdocs 2. Build the site (see above) 3. Go to build/site/en and open index.html to test the site 4. Check in the entire site including source and build into svn Making the site live: --------------------- 1. Log into people.apache.org 2. cd to /www/incubator.apache.org/imperius 3. svn up (the imperius directory is a checked out version of build/site/en) 4. Wait up to a few hours for the sync to occur