Changes between Version 47 and Version 48 of DEVELOPMENT_OVERVIEW
- Timestamp:
- 12/16/08 14:39:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DEVELOPMENT_OVERVIEW
v47 v48 5 5 This is a step-by-step tutorial for installing the tools used during Sophie2 development. [[BR]] 6 6 7 '''Accounts creation'''. In order to communicate with t he team members, you must create the following accounts:8 * Google groups: [http://groups.google.com/group/sophie2-devs Developers Mail Group], [http://groups.google.com/group/sophie2-users Users Mail Group]. You must have a gmail account to apply for amembership.7 '''Accounts creation'''. In order to communicate with team members, you must create the following accounts: 8 * Google groups: [http://groups.google.com/group/sophie2-devs Developers Mail Group], [http://groups.google.com/group/sophie2-users Users Mail Group]. You must have a gmail account to apply for membership. 9 9 * Skype account: provide it to our Human Resource Manager and you will be included in the group chat. 10 10 * SVN/Trac accounts: ask someone from the team for these.[[BR]] … … 13 13 ''Sophie'' ([http://sophieproject.cntv.usc.edu/]).[[BR]] 14 14 15 '''SVN setup'''. Subversion (SVN) is the version control system that we use. On Windows you can use TortoiseSVN (download it from [http://tortoisesvn.net/download]). The official site of SVN is [http://subversion.tigris.org/]. There you can find SVN binaries for other OSs. You must install the Subversion client in order to continue to the next step [[BR]]15 '''SVN setup'''. Subversion (SVN) is the version control system that we use. On Windows you can use TortoiseSVN (download it from [http://tortoisesvn.net/download]). The official site of SVN is [http://subversion.tigris.org/]. There you can find SVN binaries for other OSs. You must install the Subversion client in order to continue to the next step.[[BR]] 16 16 17 17 '''Repository setup'''. Once you have installed SVN, you can download the repository on your own machine. Basically, this means you will have your copy of the project. In Windows, just choose a folder on your drive, right click and select SVN Checkout. Further explanation for the repository links / structure / rules for committing can be found at [wiki:PLATFORM_STANDARDS_REPOSITORY]. Just before you continue to the next step, you should know how to submit a file to the repository (for example, your daily report).[[BR]]