DEV Community

Jawad Ali Abbasi
Jawad Ali Abbasi

Posted on

Apache AGE Installation Process Part 3

Hi Again!

So we will continue on with the explanation of commands we used for setting up PostgreSQL on our systems.

So after building postgres using make command, we ran make check. Make check runs a series of tests, we call them regression tests (More on regression tests later!), to verify and make sure that build process was a success and point out errors if any.

The final step was to install postgres.
Make install command is used for this. Make install also offers some modifications that can be used to alter the installation process a bit.

For example, if we run "make install-docs", it will only install the documentation for postgre.

And that's everything related to setup of PostgreSQL.

In the next blog, we will learn how to setup Apache AGE on our systems.

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

Stay Tuned!

Top comments (0)