Installation Guide | Windows
This file contains instructions on how to compile and to install the e-Estudo program in machines that use the operating system Windows
Prerequisites:
- Visual C++ 6.0: Compiler;
- Library libpq: Library C for access to the database PostgreSQL
- Driver ODBC for access to the database PostgreSQL.
Step by step:
- Do the download of the file e-estudo.zip;
- Unzip the file e-estudo.zip;
- In the Visual C++, open the following Workspaces and compile all of the projects in each one of them:
( REGISTRATION)
- e-estudo\admin\admin.dsw;
- e-estudo\adm_cli\adm_cli.dsw;
- e-estudo\escolar\escolar.dsw;
(SCHEDULING) )
- e-estudo\dc_adm\dc_adm.dsw;
-e-estudo\dc_cli\dc_cli.dsw;
- e-estudo\dc_prof\dc_prof.dsw;
- e-estudo\dc_usu\dc_usu.dsw;
(RELATIVES)
- e-estudo\parentes\parentes.dsw.
OBS: Don't forget to add the file paths of inclusion of the library libpq in the configurations of the project. .
Installation:
- Alter the content of the file e-estudo/cfg/e-estudo.cfg de acordo com suas configurações;
- Copy the file e-estudo/cfg/e-estudo.cfg para o diretório windows;
- Copy the files of e-estudo/cgis para o diretório cgi-bin do seu servidor WEB;
- Copy DLLs of the directory e-estudo/libs para o diretório cgi-bin do seu servidor WEB;
- Copy the library libpq.dll (postgresql) para o diretório cgi-bin do seu servidor WEB;
- Copy the files. .CSS do diretório e-estudo/paginas para o diretório raiz de seu servidor WEB;
- Copy the directory img de e-estudo/paginas/img para o diretório raiz de seu servidor WEB.
Test:
- To test, access the following page:
http://<seu servidor web>/cgi-bin/loginadm.cgi?HD_TIPO=0