Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The entities that need to be administered for moves are listed below.

  1. #ContainerRequirements
  2. #Repositories
  3. #Environments
  4. #Stacks
  5. #Containers
  6. #Applications
  7. #RemovingArtifacts

...

Container Configuration Requirements

For OAS deployments, ${user.home} is typically /home/oracle, and ${user.dir} is typically the oc4j j2ee/home directory

  1. each container must have a properties file called ${user.home}/sais-moves-web.properties.
  2. each container must have a folder called ${user.home}/sais-moves-web. The name of this folder can be overwritten using property name moves.home in ${user.home}/sais-moves-web.properties.
  3. The default maven home folder is ${user.home}/sais-moves-web/maven. (Typically this folder is a soft link to a specific distribution of maven like apache-maven-2.2.1). The name of this folder can be overwritten using property name maven.home in ${user.home}/sais-moves-web.properties.
  4. Subversion client must be installed. The command for running subversion must be svn, and must be in the path.
  5. The default subversion username is isdasnap. An alternate subversion username can be set using property name subversion.username in ${user.home}/sais-moves-web.properties.
  6. The default subversion private key location is ${user.home}/sais-moves-web/sais.private. An alternate subversion private key location can be set using property name subversion.private.key.location in ${user.home}/sais-moves-web.properties.
  7. The default svn location of the reference settings.xml file is svn+ssh://svn.mit.edu/sais-sis-common/sais-common-conf/branches/maven-poc/trunk/.m2/settings.xml. An alternate settings.xml svn location can be set using property name settings.xml.svn.location in ${user.home}/sais-moves-web.properties.
  8. The default svn location of the releases project is svn+ssh://svn.mit.edu/sais-sis-common/maven/releases/trunk. An alternate settings.xml svn location can be set using property name maven.releases.svn.location in ${user.home}/sais-moves-web.properties.

In general you should set entities up in the order that they appear above. The entities are described in detail below.

...