Basically I have 2 systems, where I want to develop (and use) my application:
A Linux (Debian) system. This is my server. Here I have PostgreSQL (& phpPgAdmin), Apache, Ruby. Typically I use this system from remote, using a DynDNS-Service (this is working fine). Note: Usually I do my SW-Installations there via apt-get (so: No Source-Code).
A Windows 7 Notebook, which is my "working-system", my client. Here I have Aptana-Studio, Ruby ( & also a PostgreSQL-DB). (Actually I don't want to install Eclipse)
What I intend to do: Develop, test (and use) a Web-Application on my Notebook; using Aptana-Studio, PostgreSQL (remotely @ Linux), Ruby (on Rails) & JQuery.
Where I am confused about:
- Where do I have to install what?
- And what do I have to configure & how?
- Are there special drivers (or add-ons) I need, for this to work? If yes: Where shall I install them?
Can somebody please help me?