You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache AGE is intended to be simple to install and run. It can be installed with Docker and other traditional ways.
122
+
Apache AGE is intended to be simple to install and run. It can be installed with Docker and other traditional ways.
123
123
124
124
<h4><a><imgwidth="20"src="/img/pg.svg"></a>
125
125
Install PostgreSQL
@@ -154,16 +154,16 @@ Clone the <a href="https://github.com/apache/age">github repository</a> or downl
154
154
</a>
155
155
Run the pg_config utility and check the version of PostgreSQL. Currently, only PostgreSQL versions 11, 12, 13, 14, 15, 16 & 17 are supported. If you have any other version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 14, 15, 16 & 17.
156
156
<br>
157
-
157
+
158
158
```bash
159
159
pg_config
160
160
```
161
-
Run the following command in the source code directory of Apache AGE to build and install the extension.
162
-
161
+
Run the following command in the source code directory of Apache AGE to build and install the extension.
162
+
163
163
```bash
164
164
make install
165
165
```
166
-
166
+
167
167
If the path to your Postgres installation is not in the PATH variable, add the path in the arguments:
168
168
```bash
169
169
make PG_CONFIG=/path/to/postgres/bin/pg_config install
0 commit comments