You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/10 05:52:34 UTC

[GitHub] [age] AnwarsaeedDMU opened a new issue, #287: can we install Apache AGE ins windows?

AnwarsaeedDMU opened a new issue, #287:
URL: https://github.com/apache/age/issues/287

   I read the documentation of apache age but I don't found that how to install it on windows 10. any idea about it and how to use the existing Rdb tables with AGE extension? any related articles or tutorials to it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] dukeofhazardz commented on issue #287: can we install Apache AGE ins windows?

Posted by "dukeofhazardz (via GitHub)" <gi...@apache.org>.
dukeofhazardz commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1528010786

   As a Windows user you can download and install Apache-Age by first installing the Windows subsystem for Linux (WSL) using the steps stated in this [link](https://www.google.com/url?sa=t&source=web&rct=j&url=https://pureinfotech.com/install-windows-subsystem-linux-2-windows-10/&ved=2ahUKEwji-qHXh8X-AhUStKQKHW2oCGoQFnoECAcQBQ&usg=AOvVaw1kjmj7cVtnHaGAsSWSBP54)
   
   After the installation you'll be able to run Linux on Windows by running `bash` on the Windows PowerShell CLI:
   
   ```
   PS C:\Users\MY_PC> bash
   ```
   Or `wsl`
   ```
   PS C:\Users\MY_PC> wsl
   ```
   
   Alternatively you could download and set up a vagrant box for Windows [install vagrant](https://www.google.com/url?sa=t&source=web&rct=j&url=https://developer.hashicorp.com/vagrant/downloads&ved=2ahUKEwjPo7rWi8X-AhVKgv0HHfBiCAYQFnoECBkQAQ&usg=AOvVaw2g05jiILkpmV9vwLycvKBT), for more info visit [vagrant up](https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.vagrantup.com/&ved=2ahUKEwi2z9_lisX-AhWJhP0HHaJnBjEQFnoECAgQAQ&usg=AOvVaw0lzNIUGBehSatw_YuBPwUb)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] abdullahzia-6464 commented on issue #287: can we install Apache AGE ins windows?

Posted by "abdullahzia-6464 (via GitHub)" <gi...@apache.org>.
abdullahzia-6464 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1536111172

   You can either install it in using Windows Subsystem for Linux (WSL) which basically gives you all the functionalities of Linux and its terminal inside your Windows OS. Refer to [this link](https://learn.microsoft.com/en-us/training/modules/wsl/wsl-introduction/) on instructions on how to use it. There are extensions for it too which can allow you to access the Linux directories in a GUI window. Here's a [video tutorial](https://www.youtube.com/watch?v=QC7a9nowsz8) on how to set up the GUI.
   
   The other option, and the one I recommend would be to install a Virtual Machine (VM) inside your Windows system using Oracle Virtual Box. Follow the instructions on [this](https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox) page for installing it. I recommend using the latest stable release of Ubuntu.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] AadilBashir489 commented on issue #287: can we install Apache AGE ins windows?

Posted by "AadilBashir489 (via GitHub)" <gi...@apache.org>.
AadilBashir489 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1729690252

   You can install apache age on windows. Follow the link below for further guidance. 
   [Link](https://dev.to/pawnsapprentice/ultimate-guide-to-installing-postgresql-apache-age-on-windows-10-with-wsl2-437m)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] mahinash26 commented on issue #287: can we install Apache AGE ins windows?

Posted by "mahinash26 (via GitHub)" <gi...@apache.org>.
mahinash26 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1551843483

   I used a youtube tutorial to install Apache AGE in Windows:
   [https://www.youtube.com/watch?v=ddk8VX8Hm-I](https://www.youtube.com/watch?v=ddk8VX8Hm-I)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] pawankukreja01 commented on issue #287: can we install Apache AGE ins windows?

Posted by "pawankukreja01 (via GitHub)" <gi...@apache.org>.
pawankukreja01 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1646950378

   Yes, you can install apache age and PostgeSQL on WSL2 on windows. 
   Here is complete guide to install, there are multiple parts of this manual to install PosgreSQL, Apache age and Age viewer: https://dev.to/vkt1271/complete-beginner-guide-to-install-postgresql-apache-age-on-windows-10-pro-with-wsl2-part-1-fco


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] humzakt commented on issue #287: can we install Apache AGE ins windows?

Posted by "humzakt (via GitHub)" <gi...@apache.org>.
humzakt commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1526108138

   I recently published a blog regarding this. You can follow it step by step https://dev.to/humzakt/getting-started-with-age-and-postgresql-setting-up-and-modifying-the-source-code-49n3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] MatheusFarias03 commented on issue #287: can we install Apache AGE ins windows?

Posted by GitBox <gi...@apache.org>.
MatheusFarias03 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1353141880

   You can install it using WSL (Windows Subsystem for Linux). I believe it comes pre-installed with Windows 10, but you can also install the Windows Terminal app on microsoft store, which gives you options to use PowerShell, Ubuntu, Command Prompt, etc. Then open Ubuntu there and install both PostgreSQL and AGE under the `$HOME` directory : use the command `cd ~` to go there. And PostgreSQL must be version 11 or the ALPHA version of 12.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] AhmedMo0 commented on issue #287: can we install Apache AGE ins windows?

Posted by "AhmedMo0 (via GitHub)" <gi...@apache.org>.
AhmedMo0 commented on issue #287:
URL: https://github.com/apache/age/issues/287#issuecomment-1536328951

   Yes, you can by using WSL. Follow this [blog](https://dev.to/omarsaad/step-by-step-guide-to-install-postgresql-apache-age-on-windows-28gf) will help you 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] AnwarsaeedDMU closed issue #287: can we install Apache AGE ins windows?

Posted by "AnwarsaeedDMU (via GitHub)" <gi...@apache.org>.
AnwarsaeedDMU closed issue #287: can we install Apache AGE ins windows?
URL: https://github.com/apache/age/issues/287


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org