Step 4. Configure eTraxis

Before start to use eTraxis you have to configure it via '/src/engine/config.php' configuration file. Below is description of its mandatory options. The rest of eTraxis configuration options are described in 'Configuration' section.

When you done with configuration, you can also check it via self diagnosis page, how it's described here.

LOCALROOT

Local path where you have deployed eTraxis. The path must be finished with '/' character. Please note that '/' character only is allowed for both Windows and Unix kind of systems. For Windows it could be something like 'C:/Program Files/Apache Group/Apache/htdocs/etraxis/'. For Unix it could be something like '/usr/local/apache/htdocs/etraxis/'.

WEBROOT

Web path where eTraxis is accessable. The path must be finished with '/' character. It could be something like 'http://www.domain.com/etraxis/'.

DATABASE_DRIVER

Type of database connection. Possible values are:

  • 1 - MySQL
  • 2 - Microsoft SQL Server
  • 3 - Oracle
  • 4 - PostgreSQL

DATABASE_HOST

Address of database server. Both IP or DNS-name are fine.

DATABASE_DBNAME

Alias of database. In case of Microsoft SQL Server it should be ODBC alias.

DATABASE_USERNAME / DATABASE_PASSWORD

Name and password of database user, which will be used to work with database. User must have rights to execute SELECT, INSERT, UPDATE and DELETE SQL-statements.


Last update: 2009-10-10