Installation - v3 under development

You will probably want to install SciELO Regional from our Subversion repository. This is always the most up-to-date version of code so you will get access to new features and bug fixes sooner.

Subversion

The SciELO Regional project source code is managed in a version controlled repository called Subversion. It enables users and developers to keep updated when changes are made to the code, and to go back and checkout the code as it existed at any time in the past. Subversion is an open source project.

The private code repository is hosted at Reddes(Rede de Desenvolvedores das redes BVS e Associadas) project hosting.

Code repository web interface: http://reddes.bvsalud.org/bireme/scielo-regional/browser

Checkout

See these instructions for details about checking out from the code repository.

Export the last version of WordPress? subversion and after checkout implementation of SciELO Regional:

Installer warnings

See: http://codex.wordpress.org/Installing_WordPress

VHost Configuration

<VirtualHost *:80>
    ServerAdmin jamil.atta@bireme.org

    Servername scielo-wordpress

    DocumentRoot /home/jamilatta/project/scielo-wordpress

    <Directory /home/jamilatta/project/scielo-wordpress/>
        Options All
        AllowOverride All
        Order allow,deny
        Allow from all
        DirectoryIndex index.php index.html
        Satisfy all
    </Directory>

</VirtualHost>