| The notation of the Altibase MMDBMS version is represented as 1.10.1 or 2.2.0. If you choose a version you want to install, an Altibase list that corresponds to each platform will show up. The following is a guide to the downloadable file names. |
|
![]() |
|
|
Follow these steps to install Altibase on your server: 1. Create a new account (for example: altibase) to be installed for Altibase in your platform. 2. Unzip a downloaded file in the home-directory (for example: altibase_home) of the newly created account. 3. Add the following lines to your start-up script. (This example is for C shell.) setenv ALTIBASE_HOME /altibase_home 4. Add the following path for the set of environment parameters. setenv PATH .:{$ALTIBASE_HOME}/bin:{$PATH} 5. Copy a license file having license keys for each platform in {$ALTIBASE_HOME}/conf. cp license /conf 6. The installation is complete. To learn Altibase quickly and efficiently, refer to the Altibase User's Manual or consult with our support team (support@altibase.com). We will do our best to cater to your needs. |
|