File:  [LON-CAPA] / doc / Attic / how_to_install_loncapa_org.txt
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 23 13:22:07 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, stable_2002_april, STABLE, HEAD
how to build the install.lon-capa.org web site

    1: # April 2002
    2: # Scott Harrison
    3: 
    4: cd loncom/build
    5: make doc
    6: scp docs.tar.gz loninst@install.lon-capa.org:~/public_html/docs/.
    7: ssh loninst@install.lon-capa.org
    8: cd public_html/docs
    9: tar xzvf docs.tar.gz

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>