| 1 | = Platform Infrastructure Overview = |
| 2 | |
| 3 | The infrastructure is all the development tools and communication channels for teamwork, |
| 4 | |
| 5 | which we use to synchronize and do our work, so we make it fast and easy. Below are the |
| 6 | |
| 7 | things you should have and which you should know for starting work on Sophie 2.0. |
| 8 | |
| 9 | == Accounts == |
| 10 | You must have and give to us: |
| 11 | * google mail (sign in our googlegroups sophie2-devs and sophie2-users) |
| 12 | * skype account |
| 13 | * ICQ account (optional) |
| 14 | * Phone number |
| 15 | * server account (ask Milo) |
| 16 | |
| 17 | == Every machine should have == |
| 18 | * at least two users |
| 19 | * for private usage - you choose your username and password |
| 20 | * for public usage |
| 21 | * Windows - |
| 22 | * username: Astea |
| 23 | * password: Astea01 |
| 24 | * Linux - |
| 25 | * username: astea |
| 26 | * password: astea1 |
| 27 | |
| 28 | === VNC Client (optional) === |
| 29 | * more about the product: http://en.wikipedia.org/wiki/VNC |
| 30 | * download: http://www.tightvnc.com/download.html |
| 31 | |
| 32 | === Subversion Client === |
| 33 | * we use on Windows TortoiseSVN |
| 34 | * more info: Subversion е version control system for various kinds of files.It is |
| 35 | |
| 36 | massivly used as source control for teamwork and is newer than CVS, which is old version |
| 37 | |
| 38 | control program. |
| 39 | * download: http://tortoisesvn.net/download |
| 40 | * useful URLs: |
| 41 | * http://subversion.tigris.org/ - official site of Subversion |
| 42 | |
| 43 | * http://en.wikipedia.org/wiki/Concurrent_Versions_System - information about CVS |
| 44 | |
| 45 | * http://www.nongnu.org/cvs/ - more information about CVS |
| 46 | |
| 47 | * http://svnbook.red-bean.com/ - book about Subversion |
| 48 | |
| 49 | * http://wiki.freaks-unidos.net/Apache2%20SSL%20and%20Subversion%20in%20Debian - |
| 50 | |
| 51 | installing Subversion under debian |