Postgresql on OSX and Windows (using VMware fusion)
NB! I decided not to use this setup after all. I had different problems with postgres, authentication and lion. I am not sure why this happened. I decided to still publish this in case anyone finds it (or parts of it) useful. Now I setup a port forward to a Linode VPS with Bitvise Tunnelier which is free for non-commercial use. Original post: -------------------------------------------------------------------------------------------------------------------------------- I wanted to setup a postgresql server on my mac os x, but also share it with my virtual Windows machine. Whenever I want to code in C# I use Visual Studio on Windows, and since I run Postgres on Linux i wanted a "similar setup" on my development machine. To do this you need to have OS X installed with VMware Fusion and a virtual machine with Windows. The following 3 steps will be performed. 1. Verifying setup 2. We install postgresql on Mac os x 3. We configure VMware to use a static Ip-Address, to ...