Changes between Version 67 and Version 68 of ServerIntro


Ignore:
Timestamp:
Oct 27, 2012, 3:33:12 AM (11 years ago)
Author:
Ageless
Comment:

Changing links and instructions to Git. (please someone check)

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v67 v68  
    129129 * Download and install the needed
    130130   [wiki:SoftwarePrereqsUnix software prerequisites].
    131  * [wiki:SourceCode Download] the BOINC software.
     131 * [wiki:SourceCodeGit Download] the BOINC software.
    132132 * [wiki:BuildSystem Configure and build] the BOINC software.
    133133
     
    370370{{{
    371371$ cd ~
    372 $ svn co http://boinc.berkeley.edu/svn/branches/server_stable boinc
     372$ git clone git://boinc.berkeley.edu/boinc.git
    373373}}}
    374374To update the source code just go into the main directory and enter:
     
    376376{{{
    377377$ cd ~/boinc
    378 $ svn update
     378$ git sync
    379379}}}
    380380A stable '''client''' version can be obtained with the following commands:
     
    382382{{{
    383383$ cd ~
    384 $ svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_5_9_5/boinc boinc_595
     384$ git clone http://boinc.berkeley.edu/git/tags/boinc_core_release_5_9_5/boinc boinc_595
    385385}}}
    386386Hint: Normally you won't need a self-compiled client,