Author: Jacobus O51432
These are the steps to download and install InterBase XE7 on Linux and start the InterBase XE7 Server. In this example I will install the 32 bit version on an Ubuntu 64 bit machine.
These steps will be identical for 32 bit and 64 bit InterBase Server Edition and applicable to both Red Hat and Ubuntu Operating Systems.
- Download the InterBase XE7 Developer Edition
- Extract the InterBase XE7 Developer Edition
- Start the installation
- Accept License Agreement
- Choose Server or Client Features
- Select InterBase Instance
- Choose Directory
- License the InterBase Server
- Start The Server
Table of Contents
Download the InterBase XE7 Developer Edition
You can download the InterBase Developer Edition for free here https://downloads.embarcadero.com/free/interbase
The file name is InterBase XE7.zip. You will also receive an email for that contains the Serial Number for registering the InterBase XE7 Server. We will need this Serial Number for registering InterBase towards the end of the installation.
Extract the InterBase XE7 Developer Edition
Copy the InterBase_XE7.zip file to an appropriate directory to extract it. In my case I created a directory /tmp/IBXE7 and extracted the zip file there. The command to extract is unzip InterBase_XE7.zip
Start the installation
After extracting you may need to give the installation file execute permissions. To do this you can type
chmod +x install_linux.sh(or install_linux64.sh for 64 bit installions.
Also, you must run as a root user to install InterBase XE7. As root run
./install_linux.sh
Accept License Agreement
Choose Server or Client Features
Typically you will want to install The Full Server and Client.
Select Instance
InterBase allows customizing each Installation of InterBase XE7 Server to run simultaneously by choosing unique instance names that are associated with a different TCP Port. In this example I will accept the default instance name (gds_db) and Port(3050).
Choose Directory
License the InterBase Server
To License the InterBase XE7 Developer Edition use the Serial number, Login, and password that you should have received when you downloaded InterBase_XE7.zip
Start the Server
To start the InterBase XE7 Server, just navigate to the directory that you created during the installation process. Then switch to the bin directory.
cd /opt/interbase
cd bin
This is where ibmgr, the Linux InterBase Server Manager is located.
Run the Server Manager as root.
./ibmgr
Type start .
You should now see that the InterBase server has started.
Do you want to try Embarcadero’s Cross-Platform Development Framework? InterBase is an ultrafast, scalable, embeddable SQL database with commercial grade data security, disaster recovery, and change synchronization. Request a free full trial here.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition