This page is a reference that we use to produce the pages [[Running on Linux]] and [[Running on Windows]]. If you are just starting out you may want to check with those first.
Andromeda is used to create programs for people who use keyboards, often heavily, and are used to doing all of their work in "heads-down" mode, not taking their fingers off the home row.
For this reason, the program uses a lot of hotkeys. Beginning with version 2, Firefox broke their hotkey system by setting the default to SHIFT+ALT, which might be better termed "clumsy key" setting.
To fix this, you need to type "about:config" into the address bar, and then in the "filter" box type "ui.key". Look for "ui.key.contentAccess" and change it from 5 to 4, which sets it back to ALT.
As of April 12, 2007, The particular requirements for PHP are:
As of March 2008 requirements for curl and PEAR::Archive_Tar have been removed by our conversion to subversion.
There are a couple of php.ini settings that should be changed:
Apache mod_rewrite must be on to make use of friendly URLs.
Version 8.1 or better is required.
During installation of Andromeda, a user must manually create the empty 'andro' database and the 'root' group. The user must also create their own superuser account and assign it to the 'root' group.
As of July 25, 2007, Postgres requires that perl be installed on your system.
These lines must be in pg_hba.conf, in this order:
# Allows root and postgres to get in local all postgres ident andromeda # Users in pg group "root" can connect to anything local all +root password # Members of the eponymous role can login local samename all password local samegroup all password
In order to let linux users root and postgres to get in, we need these lines in pg_ident.confg
andromeda postgres postgres andromeda root postgres