File:  [LON-CAPA] / doc / build / dev.frag
Revision 1.9: download - view: text, annotated - select for diffs
Wed Dec 10 19:57:29 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, HEAD, GCI_3, GCI_2, GCI_1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
- MSU LON-CAPA support team replaced by MSU LON-CAPA group.

<p>
Access to the CVS repository of LON-CAPA is available by
  <ul>
    <li>
      <a href="http://source.lon-capa.org/cgi-bin/cvsweb.cgi/">web</a>
    </li>
    <li>
      CVS command line tools -- submit a help request to the <a href="http://help.lon-capa.org/help/">MSU LON-CAPA group</a> to request a CVS USERNAME.
      <p> The initial CVS commands would be: </p>
      <blockquote>
        <table bgcolor="#aaaaaa" border="1">
          <tr>
            <td>
              <pre>
export CVS_RSH=ssh
export CVSROOT=:ext:USERNAME@source.lon-capa.org:/home/cvs 
cvs co loncapa
              </pre>
            </td>
          </tr>
        </table>
      </blockquote>
      <p>
        You will be prompted to enter your password each time you issue a cvs command. <br />
        A solution to this is to use
        <pre>
        ssh-keygen -t dsa
        </pre>
        to generate public and private keys in ~/.ssh/
        <br />
        Send the public key (id_dsa.pub) to helpdesk@lon-capa.org so it can be added to the appropriate authorized_keys file on source.lon-capa.org
      </p>
      <p>
        For more information on using CVS, please visit
        <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
        or read <tt>loncom/build/readme.html</tt> after downloading
        the current version of LON-CAPA as described above.
      </p>
    </li>
  </ul>
</p>
<p>
  Additionally, the IRC channel #loncapa on freenode.net often contains a few lon-capa developers willing to help out. 
</p>

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