Changes between Version 5 and Version 6 of Update

Show
Ignore:
Timestamp:
02/12/09 16:24:05 (19 months ago)
Author:
olle
Comment:

Section "Running the update script" updated to conform with new versions of the update scripts.

Legend:

Unmodified
Added
Removed
Modified
  • Update

    v5 v6  
    77== Running the update script == 
    88 
    9 The update script checks that configuration files with needed information exist, 
     9The update script tries to copy existing configuration files from the current Proteios version 
     10installed in Tomcat. It checks that configuration files with needed information exist, 
    1011before an update is performed, otherwise you will be instructed to rerun the installation script. 
    11 The only input needed is the root password in proteios. 
     12The only input always needed is the root password in Proteios. Under Windows, you may also need to 
     13enter the path for the Tomcat installation directory, if the latter could not be obtained from 
     14an environment variable. 
    1215 
    13  1. Unpack the binary archive or build Proteios SE from source code (see Build Proteios from Source Code). 
    14  2. Move to the directory containing the update scripts `update_proteios-linux.sh` for Unix/Linux, and `update_proteios-win.bat` for Windows. This is the directory you unpacked the binary archive in, or directory `dist` if Proteios SE was built from source code. 
    15  3. Run the appropriate update script at a command prompt. If you are instructed to rerun the installation script, proceed to the next section, otherwise input the root password in proteios to perform the update. 
    16  4. Start Tomcat if not already running. Proteios SE can now be accessed from a web browser at http://localhost:8080/proteios/. 
     16 1. Unpack the binary archive or build Proteios SE from source code (see Build Proteios from Source Code). Under Linux/Unix, the update script will deploy the new version into Tomcat by setting a link to this directory, so make sure that it is located in a place where it can remain until the next update. 
     17 1. Move to the directory containing the update scripts `update_proteios-linux.sh` for Unix/Linux, and `update_proteios-win.bat` for Windows. This is the directory you unpacked the binary archive in, or directory `dist` if Proteios SE was built from source code. 
     18 1. Run the appropriate update script at a command prompt. 
     19 1. Under Windows, you might be asked to enter the path for the Tomcat installation directory, normally referred to as "Catalina home". To find it, first search for a directory with "tomcat" in the name. The "Catalina home" directory is the one with a sub-directory named "`webapps`".  
     20 1. If you are instructed to rerun the installation script, proceed to the next section, otherwise input the root password in proteios to perform the update. 
     21 1. Start Tomcat if not already running. Proteios SE can now be accessed from a web browser at http://localhost:8080/proteios/. 
    1722 
    1823== Rerunning the installation script ==