Changes between Version 19 and Version 20 of Dev/GettingStarted
- Timestamp:
- 01/08/10 16:19:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GettingStarted
v19 v20 23 23 == Getting the source code == 24 24 You 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: 26 29 {{{ 27 30 jdoe@localhost ~$ mkdir indico … … 40 43 }}} 41 44 42 2. If you are not 45 2. 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 {{{ 47 jdoe@localhost ~/indico$ git clone http://cdsware.cern.ch/repo/cds-indico.git 48 }}} 43 49 44 50 wiki:Collaboration
