Skip to content
scielo edited this page Jun 28, 2011 · 2 revisions

Updating SciELO Web (traduzir)

español | português

Update Guide

Download the last version available in a temporary directory

Collections List "All collection packet is up to date with the final version"

Collection Packet Code
SciELO Padrón master
SciELO Argentina scielo_arg
SciELO Chile scielo_chl
SciELO Colombia scielo_col
SciELO Costa Rica scielo_cri
SciELO Cuba scielo_cub
SciELO España scielo_esp
SciELO Mexico scielo_mex
SciELO Brasil scielo_scl
SciELO Africa do Sul scielo_sza

Switch the "master" in the syntax bellow with the corresponding code of your collection.

#> cd /tmp
#> wget https://github.com/scieloorg/Web/tarball/master --no-check-certificate

expand the downloaded file, the file will be named like (scieloorg-Web-v5.14-12-gd37aad4.tar.gz).

The file name will be different for each version.

#> tar xvfzp scieloorg-Web-v5.14-12-gd37aad4.tar.gz

The created file structure will be like:

scieloorg-Web-XXXXXXXX-XXXXXXXX/
    bases/
    bases_modelo/
    bases-work/
    bases-work_modelo/
    cgi-bin/
    htdocs/
    logs/
    proc/
    serial/
    serial_modelo/ 

Compressing only the necessary folders for the update.

#> tar cvfzp scielo_tmp.tgz htdocs/ cgi-bin/ proc/

Accessing the SciELO Web folder.

#> cd /var/www/scielo

Moving the tgz temporary file to the SciELO Web folder.

#> mv /tmp/scielo_tmp.tgz .

expanding the file.

#> tar xvfzp scielo_tmp.tgz

removing the tgz file

#> rm scielo_tmp.tgz

Notes

Mirar el archivo versionOverview.txt para sabe si es necesario hacer nuevas configuraciones para la versión instalada accediendo la dirección electronica del sitio SciELO: http://www.scielo.br/versionOverview.txt

Clone this wiki locally