"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "ocs-2.1.0-1/docs/README-CVS" of archive ocs-2.1.0-1.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 CVS Access
    2 ----------
    3 PKP provides anonymous CVS access to the latest OCS code.
    4 
    5 CVS web interface: <http://pkp.sfu.ca/cvs/>
    6 
    7 Using anonymous CVS:
    8 
    9 $ cvs -d :pserver:anonymous@lib-pkp.lib.sfu.ca:/cvs login
   10 (Logging in to anonymous@lib-pkp.lib.sfu.ca)
   11 CVS password: <Enter>
   12 $ cvs -d :pserver:anonymous@lib-pkp.lib.sfu.ca:/cvs co ocs2
   13 
   14 Note that you must rename config.TEMPLATE.inc.php to config.inc.php prior to
   15 running the OCS installation script.