Changes between Version 19 and Version 20 of Dev/GettingStarted


Ignore:
Timestamp:
01/08/10 16:19:46 (3 years ago)
Author:
jherr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GettingStarted

    v19 v20  
    2323== Getting the source code == 
    2424You should choose one of the following two options... 
    25 1. If you are CERN staff/user: 
     25 1. If you are CERN staff/user, you should do the following: 
     26   a. Ask an administrator to create an Indico development account for you 
     27   b. Make sure you have AFS working 
     28   c. Clone the git repo as follows: 
    2629{{{ 
    2730jdoe@localhost ~$ mkdir indico 
     
    4043}}} 
    4144 
    42 2. If you are not 
     452. If you are not CERN staff/user, you won't have access to the AFS repository. You should clone the git repo using http as follows: 
     46{{{ 
     47jdoe@localhost ~/indico$ git clone http://cdsware.cern.ch/repo/cds-indico.git 
     48}}} 
    4349 
    4450wiki:Collaboration