163 | | * Added page template for iteration page |
| 164 | * Added page template for iteration page, it is available at [wiki:PageTemplates/IterationPageTemplate] |
| 165 | * Moved the following part from [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW] to [wiki:PLATFORM_STANDARDS_REPOSITORY] and create link in [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW] (when applying this section to the repo page use bullet structure). |
| 166 | {{{ |
| 167 | ==== Deploying a project in a repository ==== |
| 168 | * Checkout the project repository |
| 169 | * In Windows: |
| 170 | * Right-click in a new empty folder and choose "Create repository here" option from the TortoiseSVN submenu. |
| 171 | * Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. |
| 172 | * Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". |
| 173 | * Write your username and password for the repo. Now you have local project repository. |
| 174 | * In Mac/Linux: |
| 175 | * Open Terminal |
| 176 | * use the command svn checkout SVN://asteasolutions.net:7369/sophie2 sophie2 |
| 177 | |
| 178 | Build the project in Eclipse by following the instructions on the [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE Eclipse Integration] page. |
| 179 | }}} |
| 180 | * Removed the overlapping information from [wiki:PROCESS], [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW]. |
| 181 | * Renamed [wiki:TESTING] to [wiki:PLATFORM_STANDARDS_AUTO_TESTS], corrected all pages linking to [wiki:TESTING]. |
| 182 | * Removed the entry for [wiki:PLATFORM_STANDARDS_MANUAL_TESTS_R0] from [wiki:ImportantDocs] it doesn't belong there |
| 183 | * Reordered [wiki:ImportantDocs] using the order from the design phase. |
| 184 | |