DEV Community

Jawad Ali Abbasi
Jawad Ali Abbasi

Posted on

Apache AGE Installation Process Part 4

Welcome Back!

Let's get down to setting up Apache AGE.

First of all clone the repository from github. But be careful to clone the right branch for your postgreSQL version.

After cloning, move into the age directory and run the following command in the terminal.

sudo make PG_CONFIG=~//bin/pg_config install

After installation, we have to check it. For this run the following command.

make PG_CONFIG=~//bin/pg_config installcheck

Finally, we have to run regression tests using the following command.

cat regress/regression.diffs

That's all for the setup process. In the new blogs, we shall learn how to make and use databases in postgres using terminal.

https://age.apache.org/
https://github.com/apache/age

Take Care!

Top comments (0)