Steps for installing SciELO 3.3 in Windows: REQUIREMENTS: A. Hardware and software 1. having a web server installed (*); 2. having PHP (**) installed and configured for the web server; 3. having PHP configured to use XML and XSL treatment functions (Sablotron and eXpat); (*) Tested - Apache 1.3.xx and IIS 4/IIS 5 (**) Tested under 4.3.xx versions B. Technical skills 1. advanced knowledge of Windows operating system, configuration and network administration, web server configuration, installation of software application; 2. basic knowledge of XML and XSL. Sites with information about the required software applications: 1. PHP : http://www.php.net/ 2. eXpat : http://expat.sourceforge.net/ 3. Sablotron : http://www.gingerall.com/charlie/ga/xml/p_sab.xml 4. Apache : http://www.apache.org I. INSTALLING THE PACKAGE: 1. Unzip the file scielo-windows-3.3_web.zip on the local disk root where the web server will be installed, keeping the option "use folder names" in Winzip. 2. When unziping, files will be installed in the standard directory of the methodology: C:\scielo\web Zip will create the following structure: web\htdocs web\cgi-bin web\bases web\bases-work web\serial web\proc 3. Configure your web server according to the directory structure created in step 2. Example of VirtualHost for Apache server ServerAdmin serveradmin@bvs.br DocumentRoot "/scielo/web/htdocs/" Options Indexes FollowSymLinks MultiViews ServerName my.scielo.site DirectoryIndex index.htm index.php homepage.htm ScriptAlias /cgi-bin/ "/scielo/web/cgi-bin/" AllowOverride None Options None Order allow,deny Allow from all 3.1. Directories to consider when configuring the Web Server: web/htdocs --> directory which has the documents web/cgi-bin --> directory which has the cgi scripts 4. Access the setup page of the package in a browser and follow the steps described to configure the system in your server: ex: http://my.scielo.site/install/setup.php NOTE: before executing the setup, make sure the file wxis.lic was put in the cgi-bin directory 5. Access the URL of SciELO website, for example: http://my.scielo.site/ II. NOTES ABOUT PHP.INI To make sure PHP was configured correctly, check: A. the option "error reporting" should have "~E_WARNING" (do not report warnings): error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING B. the option "register_globals" should be "On": register_globals = On C. the comment (;) on the line below should be removed: default_charset = "iso-8859-1" III. NOTES ABOUT WWWISIS: To execute WWWISIS correctly, you must make sure that: A. you have a use license (if the name of the server is different from localhost) B. the license is in the cgi-bin directory of the application ATTENTION: To have access to scielo-web it is necessary to have a use license for WWWISIS software. For further information on WWWISIS and about the use license, please access the website: http://productos.bvsalud.org/product.php?id=wwwisis&lang=pt If you have any questions or problems, send an email to: bvs.technical.support@listas.bireme.br