I would like to install Rails 5/Postgres within Bash On Ubuntu On Windows and also be able to access Postgres database via PgAdmin for Windows.
Am quiet happy to install all my rails dependencies through Bash on Ubuntu on Windows, but I am aware that I can't run any standard GUI tools from Bash and was wondering if it is possible to install Rails and PostGres on the Linux Subsystem and then query my databases using the Windows version of PgAdmin
I had a look at this tutorial how-to-install-ruby-on-rails-on-windows-10-with-postgresql but it seems that he installs Postgres into windows rather then the Linux Subsystem.
I was wondering if this is the only way to go about getting all these tools working nicely together.
Basically I want my Windows installed PgAdmin to communicate to my Bash On Ubuntu On Windows Postgres DB
Here's what I did to connect Postgres DB installed in WSL Ubuntu from Windows pgAdmin.
sudo service postgresql start
Save password?