Installing LILDBI-WEB

From wiki.teste2.bireme.org/en
Jump to navigation Jump to search

Linux

Steps to install LILDBI-Web 1.7a on Linux

Pre-requirements

A. Hardware and software

   1. a web server installed (*);
   2. the PHP (**) installed and set with the web server;
   (*)  We recommend using Apache 2.2.x
   (**) We recommend using PHP 5.3.xx

Doubts can be directed to the address below, under Pre-required software:

-  http://bvsmodelo.bvsalud.org/ 

B. Advanced technical knowledge

   1. on Linux operating system;
   2. on network configuration and management;
   3. on web server configuration;
   4. on application software installation.

Reference:

- PHP:       http://www.php.net/             
- Apache:    http://www.apache.org/            

Download Versões Recomendadas:

- PHP 5.3.0 http://museum.php.net/php5/
- Apache    http://archive.apache.org/dist/httpd/binaries/linux/

Installing

STEPS:

Set up a VirtualHost on the web server using the desired directory structure. The example will make use of the structure adopted by BIREME to its applications.

1. Unpack the LILDBIWEB-linux-1.7a.tgz file to a temporary directory (e.g.: /tmp). The following directory structure will be created:

  e.g.:  tar xvzpf LILDBIWEB-linux-1.7a.tgz
  bvs-+
      |- htdocs
      |- cgi-bin
      |- bases

2. Open the configuration file of Apache web server (httpd-vhosts.conf) and place a VirtualHost according to your configuration.

VirtualHost sample for Apache server based on previous directory structure:

<VirtualHost localhost:80>
    DocumentRoot "/bvs/htdocs"
    Options Indexes FollowSymLinks MultiViews
    ServerName localhost
    DirectoryIndex index.htm index.php homepage.htm
    ScriptAlias /cgi-bin/ "/bvs/cgi-bin/"
    <Directory "/bvs/cgi-bin">
        AllowOverride None 
        Options FollowSymLinks
        Order allow,deny 
        Allow from all 
    </Directory>
    <Directory "/bvs/htdocs">
        AllowOverride None 
        Options All
        Order deny,allow
        Allow from all 
    </Directory>
</VirtualHost>

3. Edit the files indicated below in order to change path information to the one corresponding to the current installation:

  /htdocs/lildbi/lildbi.def.php
  /htdocs/lildbi/iah/iah.def.php
  /htdocs/lildbi/iah/edit/iah.def.php
  /htdocs/lildbi/decs/decsserver.def.php
  /htdocs/lildbi/docsonline/pft/cipar.pft

See the example below: If LILDBI-Web is being installed below /home/bireme, then you should replace in the files listed above all paths containing /bvs-site/ with /home/bireme/.

  [PATH]
  PATH_DATA=/lildbi/
  PATH_CGI-BIN=/bvs-site/cgi-bin/lildbi/
  PATH_DATABASE=/bvs-site/bases/lildbi/
  [PATH] - installed
  PATH_DATA=/lildbi/
  PATH_CGI-BIN=/home/bireme/cgi-bin/lildbi/
  PATH_DATABASE=/home/bireme/bases/lildbi/

After these changes have been made to the files the application is set and ready to run. In order to access the application, open an internet browser (such as Internet Explorer, firefox and so on) and use the URL defined during web server installation by adding /lildbi/index_en.htm

  e.g.:     http://localhost/lildbi/index.html

In case of doubts or problems send a mail to:

  bvs.technical.support@listas.bireme.br

Windows

Steps to install LILDBI-Web 1.7a on Windows

Pre-requirements

A. Hardware and software

   1. a web server installed (*);
   2. the PHP (**) installed and set with the web server;
   (*)  We recommend using Apache 2.2.x
   (**) We recommend using PHP 5.3.xx

Doubts can be directed to the address below, under Pre-required software:

-  http://bvsmodelo.bvsalud.org/ 

B. Advanced technical knowledge

   1. on Linux operating system;
   2. on network configuration and management;
   3. on web server configuration;
   4. on application software installation.

Reference:

- PHP:       http://www.php.net/             
- Apache:    http://www.apache.org/            

Download Versões Recomendadas:

- PHP 5.3.0 http://museum.php.net/php5/
- Apache    http://archive.apache.org/dist/httpd/binaries/linux/

Installing

STEPS:

Set up a VirtualHost on the web server using the desired directory structure. The example will make use of the structure adopted by BIREME to its applications.

1. Unzip the file LILDBIWEB-windows-1.7a.zip to a temporary directory (e.g.: c:\temp). The following directory structure will be created:

  bvs-+
      |- htdocs
      |- cgi-bin
      |- bases

2. Open the configuration file of Apache web server (httpd-vhosts.conf) and place a Virtual Host according to your configuration.

VirtualHost sample for Apache server:

<VirtualHost localhost:80>
    DocumentRoot "/bvs/htdocs"
    Options Indexes FollowSymLinks MultiViews
    ServerName localhost
    DirectoryIndex index.htm index.php homepage.htm
    ScriptAlias /cgi-bin/ "/bvs/cgi-bin/"
    <Directory "/bvs/cgi-bin">
      AllowOverride None 
      Options FollowSymLinks
      Order allow,deny 
      Allow from all 
    </Directory>
    <Directory "/bvs/htdocs">
      AllowOverride None 
      Options All
      Order deny,allow
      Allow from all 
    </Directory>
</VirtualHost>

3. Edit the files indicated below in order to change path information to the one corresponding to the current installation:

\htdocs\lildbi\lildbi.def
\htdocs\lildbi\iah\iah.def
\htdocs\lildbi\iah\edit\iah.def
\htdocs\lildbi\decs\decsserver.def
\htdocs\lildbi\docsonline\pft\cipar.pft

See the example below: If LILDBI-Web is being installed below /home/bireme, then you should replace in the files listed above all paths containing /bvs-site/ with /home/bireme/.

[PATH]
PATH_DATA=/lildbi/
PATH_CGI-BIN=/bvs-site/cgi-bin/lildbi/
PATH_DATABASE=/bvs-site/bases/lildbi/


[PATH] - installed
PATH_DATA=/lildbi/
PATH_CGI-BIN=/home/bireme/cgi-bin/lildbi/
PATH_DATABASE=/home/bireme/bases/lildbi/

After these changes have been made to the files the application is set and ready to run. In order to access the application, open an internet browser (such as Internet Explorer, firefox and so on) and use the URL defined during web server installation by adding /lildbi/index_en.htm

  e.g.:     http://localhost/lildbi/index.html

In case of doubts or problems send a mail to:

  bvs.technical.support@listas.bireme.br

Geral

Update with the security package

LILDBI-WEB-protecao-etapa3

Update to the DeCS2010

http://productos.bvsalud.org/d-center/login.php?lang=pt&product=lildbi-web&graphic=yes

Updating DeCS databases in LILDBI-Web

Update the auxiliary databases

linux - http://productos.bvsalud.org/download/linux/upd-BVSLILACS-lin.tgz
windows - http://productos.bvsalud.org/download/windows/upd-BVSLILACS-win.zip

Updating auxiliary databases in LILDBI-Web

Spanish

Instalando el LILDBI-Web
Actualizando bases DeCS en LILDBI-Web
Actualizando bases auxiliares en LILDBI-Web

Portuguese

Instalando LILDBI-Web
Atualizando bases DeCS no LILDBI-Web
Atualizando bases auxiliares no LILDBI-Web