This guide aims to assist you in installation of IvorySQL (Orcale compatible PostgreSQL) on your Windows system. It is designed to provide a step-by-step walkthrough, ensuring a straightforward installation process. This guide aims to simplify the process further.
Note: You must have installed postgreSQL and integrated it with Apache AGE before following this blog.
If you haven't installed PostgreSQL or Apache AGE yet, checkout this.
A very Important step before Installing IvorySQL
Before moving forward, make sure to download the required dependencies by running the command sudo apt-get install build-essential libreadline-dev zlib1g-dev flex bison
Failing to do so may require you to repeat the process and reinstall IvorySQL again.
Install IvorySQL
Now, clone the IvorySQL repository into the home directory. Therefore, I recommend to follow below steps:
Step:1
git clone https://github.com/IvorySQL/IvorySQL.git
Step:2
Now, cd
into the cloned folder and run the command ./configure --without-icu
Step:3
Now, to build run the command make
Step:4
Now, Regression Tests To test the newly built server before you install it, you can run the regression tests at this point by the command make check
Step:5
Now, finally to install, run the command sudo make install
Hurrah! IvorySQL has been successfully installed in your system.
Study more about IvorySQL.
I hope, this blog has helped you for successful installation.
Top comments (0)