Difference between revisions of "Configuration"

From BaseX Documentation
Jump to navigation Jump to search
Line 2: Line 2:
  
 
A database in BaseX consists of several files, which are all bundled in a folder with the database name.<br />
 
A database in BaseX consists of several files, which are all bundled in a folder with the database name.<br />
All of these files are stored in a <code>BaseXData</code> directory in your home directory. <br />
+
All of these files are stored in a <code>BaseXData</code> directory in the home directory. <br />
 
The path can be changed in the following ways:
 
The path can be changed in the following ways:
 
*[[BaseX GUI]]: Go to Menu Options and change the entry <code>Database Path</code>
 
*[[BaseX GUI]]: Go to Menu Options and change the entry <code>Database Path</code>
Line 12: Line 12:
 
==Configuration files==
 
==Configuration files==
  
There are two configuration files for BaseX. These two configuration files <code>.basex</code> & <code>.basewin</code> are stored in the same directory. This path cannot be changed by the user.
+
There are two configuration files for BaseX. These two configuration files <code>.basex</code> & <code>.basewin</code> are stored in the home directory.
  
 
==User and log files==
 
==User and log files==
The global users are stored in the <code>.basexperm</code> file in the same directory as the configuration files. Local users and permissions are stored in the meta data of the database, so they don't need an extra file. <br />
+
The global users are stored in the <code>.basexperm</code> file in the home directory as the configuration files. Local users and permissions are stored in the meta data of the database, so they don't need an extra file. <br />
All log files are stored in text format in the directory <code>BaseXData/.logs</code>.
+
All log files are stored in text format in the home directory <code>BaseXData/.logs</code>.
  
 
[[Category: Internal]]
 
[[Category: Internal]]

Revision as of 14:30, 11 January 2011

Database files

A database in BaseX consists of several files, which are all bundled in a folder with the database name.
All of these files are stored in a BaseXData directory in the home directory.
The path can be changed in the following ways:

Note: After changing the database path, all afore created databases have to be manually moved to the new location.

Configuration files

There are two configuration files for BaseX. These two configuration files .basex & .basewin are stored in the home directory.

User and log files

The global users are stored in the .basexperm file in the home directory as the configuration files. Local users and permissions are stored in the meta data of the database, so they don't need an extra file.
All log files are stored in text format in the home directory BaseXData/.logs.