Changes between Version 43 and Version 44 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 11/12/08 17:29:07 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v43 v44 31 31 32 32 === Trac === 33 For documentation and bug tracking system we use Trac - build-in wiki engine.[[BR]]33 This is the issue/bug tracking system with a built-in wiki engine that we use for documentation.[[BR]] 34 34 35 35 You can open Trac 36 36 * From inside the office: http://10.10.117.11:8000/sophie2/ 37 * From outside: http://asteasolutions.net:7080/sophie2/ 38 More info about working with Trac and some document templates: [wiki:TracWiki][[BR]] 39 You can visit the [wiki:PROCESS] page, there are some rules about using our Trac. [[BR]] 40 More info about bug and task tracking: [wiki:SCS_ISSUE_TRACKER_SETUP_R0][[BR]] 41 Here is our workflow using Trac tickets: [wiki:SCS_ISSUE_TRACKER_SETUP_R1] 37 * From outside the office: http://asteasolutions.net:7080/sophie2/ 38 Help about using the Trac wiki as well as some page templates can be found under [wiki:TracWiki][[BR]] 39 Explanation of using the ticket system of the Trac can be found here: [wiki:SCS_ISSUE_TRACKER_SETUP_R1] 42 40 43 41 === Subversion Client === 44 * more info: Subversion is version control system for various kinds of files. It is widely used assource control for teamwork and is newer than CVS, which is old version control system.45 * example: on Windows weuse TortoiseSVN42 Subversion is a version control system for various kinds of files. It is widely used as a source control for teamwork and is newer than CVS, which is old version control system. 43 * On Windows you can use TortoiseSVN 46 44 * download: http://tortoisesvn.net/download 47 45 * useful URLs: 48 46 * http://subversion.tigris.org/ - official site of Subversion 49 50 47 * http://en.wikipedia.org/wiki/Concurrent_Versions_System - information about CVS 51 52 48 * http://svnbook.red-bean.com/ - book about Subversion 53 54 * http://wiki.freaks-unidos.net/Apache2%20SSL%20and%20Subversion%20in%20Debian - installing Subversion under debian 49 * http://wiki.freaks-unidos.net/Apache2%20SSL%20and%20Subversion%20in%20Debian - installing Subversion under Debian 55 50 56 51 === Development Tools === 57 On every machine for developing these programs mustbe set up:52 On every machine used for development the following should be set up: 58 53 59 54 ==== Java 6 ====