Changeset 2885


Ignore:
Timestamp:
05/13/13 07:03:08 (11 years ago)
Author:
keeloo
Message:

Some minor changes to the DEPLPOY-README file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/DEPLOY-README

    r2874 r2885  
    2727   vlo_parent-2.13-Distribution.tar.gz
    2828
    29    in a temporary directory temp. Copy the contents of the vlo_parent-2.13
     29   in a temporary directory temp. Next, stop the Tomcat server:
     30
     31   /etc/init.d/tomcat6 stop
     32
     33   After the server has stopped, copy the contents of the vlo_parent-2.13
    3034   directory just created to a permanent directory, vlo, for example. In the
    3135   tree starting in vlo, the VLO configuration is stored. Also, from the
     
    3337   vlo/bin
    3438   
    35    directory, you can run the importer application.
     39   directory, you can run the importer application. Since this application
     40   relies on the solr server, we first need to install this server.
    3641
    37423. Solr server installation
    3843
    3944   The VLO importer and web application use Solr as their database
    40    server. To install this server, first stop the Tomcat server:
    41 
    42    /etc/init.d/tomcat6 stop
    43 
    44    Next, copy the Solr server web application archive to the Tomcat
    45    server web application directory. This could for example be
     45   server. To install this server, assuming that the Tomcat server
     46   has not started yet, copy the Solr server web application archive
     47   to the Tomcat server web application directory. This could for
     48   example be
    4649
    4750   /var/lib/tomcat6/webapps
     
    7881   vlo/config/solr
    7982
    80    to the Tomcat user, so that the solr server can store data in it.
    81 
    82    Finally, start the Tomcat server:
    83 
    84    /etc/init.d/tomcat6 start
    85 
    86    To be sure the Solr server is working as it should, please inspect the Tomcat
    87    log file directory, and inspect the solr.log file.
     83   to the Tomcat user, so that the Solr server can store data in it. Now the
     84   Solr server has been installed, the VLO importer and web application could
     85   use it. Next we will install the VLO web application.
    8886
    89874. Web application installation
    9088
    91    Similar to the Solr archive, stop the Tomcat server, and unpack
     89   Similar to the Solr archive, unpack
    9290
    9391   temp/vlo_parent-2.13/war/vlo.war in
     
    132130   apps/WEB-INF/classes/log4j.properties
    133131
    134    Finally, start the Tomcat server, and inspect the Tomcat log file directory,
    135    especially the vlo.log file.
     132   Now the web application has been installed and configured, we only need to
     133   have a look at the VLO importer's configuration.
    136134
    1371355. Importer configuration
     
    175173   the database before starting an importer run. To do this, make sure that the
    176174   'deletaAllFirst' parameter equals true before the run. After that, the
    177    original value of the parameter could be restored.
     175   original value of the parameter could be restored. 
    178176
    1791776. Importing data
    180178
    181    You can run the importer by starting the
     179   Before starting data import, first start the Tomcat server:
     180
     181   /etc/init.d/tomcat6 start
     182
     183   To be sure the Solr server is working as it should, inspect the Tomcat log
     184   file directory, and in that directory, check the solr.log and vlo.log files.
     185
     186   Next, you can run the importer by starting the
    182187
    183188   ./vlo_solr_importer.sh
Note: See TracChangeset for help on using the changeset viewer.