Changes between Version 50 and Version 51 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
12/20/08 14:42:46 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v50 v51  
    7272 
    7373==== Deploying a project in a repository ====   
    74  * Checkout the project repository 
    75   *  In Windows: 
    76    1. Right-click in a new empty folder and choose "Create repository here" option from the TortoiseSVN submenu. 
    77    1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. 
    78    1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". 
    79    1. Write your username and password for the repo. Now you have local project repository. 
    80   * In Mac/Linux: 
    81    1. Open Terminal 
    82    1. use the command svn checkout SVN://asteasolutions.net:7369/sophie2 sophie2 
    83  
    84 Build the project in Eclipse by following the instructions on the [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE Eclipse Integration] page. 
    85     
    86  
     74Information about deploying a project in the repository you can find at [wiki:PLATFORM_STANDARDS_REPOSITORY#Deploying] 
    8775=== Comments === 
    8876 * When installing M2 Eclipse Plug-in remove the "Maven Integration for AJDT", otherwise there are missing dependencies and the instalation can not continue. (pac)