For Linux, one I looked at (but I always end up using a simple text editor for development - in PHP) is from http://www.codeforge.com/ . There are others which you could search for: www.freshmeat.net
Miguel
Chris Beggy wrote:
[EMAIL PROTECTED]">On 30 Jul 2002, Jeff Roberts <[EMAIL PROTECTED]> wrote:I've never run Apache but I see it is required. Should I install it on
the back end server with Postgres?
That's the easier way. You can have apache and postgres on
separate servers, though.Is there a no-cost IDE for Perl? I've never programmed in it but would
like to contribute to the project by writing a Canadian payroll module.
Any suggestions on how to get started here would be appreciated. (good
books, sites, tutorials etc)
emacs is GPL, but it's only worthwhile if you will be doing lots
of text editing.Any special security problems I need to be aware of? I'm running a half
dozen computers on a local network behind a firewall (486/Linux/IP
Chains/Masq) connected to the net through ADSL. Will my finance data be
vulnerable to hacks because of the internet server style of
architecture?
postgres and sql-ledger have good security features. You can use
apache compiled with mod_ssl if you want all of the data between
your browsers and the application encrypted. That way, no
passwords pass in clear text. That's probably overkill if you
are already behind a firewall.
Alternatively, use ipchains to block port 80 from the public
network, or whichever port you choose to run sql-ledger on.
Good luck.
Chris
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
-------------------------------------------------------
(un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users
Archive: http://www.mail-archive.com/[email protected]/
------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

