IndexGeo
 

How to publish your ASF committer home page with Forrest

Overview

Every member of an ASF Project Management Committee has an account at www.apache.org and you can set up your web page there. It will get automatically listed.

How to

Get Apache Forrest and follow its documentation to build and install it.

-----------------------------------------------------
svn checkout forrest
------------------------
Get the Forrest source and build it, then build its own docs.
[localhost]$ cd $FORREST
[localhost]$ ./build.sh
[localhost]$ forrest run
Glance at general documentation about Forrest.

-----------------------------------------------------
Build your web page
-------------------
Follow the "Using Forrest" document.

-----------------------------------------------------
Set up your public space
------------------------
[localhost]$ ssh www.apache.org
> mkdir ~/public_html

-----------------------------------------------------
Archive website and transfer to icarus
--------------------------------------
[localhost]$ cd $WORK/forrest/my-apache-site/build/site
[localhost]$ tar cvf dc.tar *; gzip *.tar
[localhost]$ scp dc.tar.gz cvs.apache.org

-----------------------------------------------------
Unpack it into public_html
--------------------------
[localhost]$ ssh www.apache.org
> cd ~/public_html
> gunzip dc.tar.gz; tar xf dc.tar; rm dc.tar

-----------------------------------------------------
View it
-------
http://www.apache.org/~username/