On Saturday 14 October 2006 01:12, Horst Herb wrote:
> Until I manage to set up the subversion repository for this (and have gone
> through the source code myself) those who can't wait can access the tarball
> of the complete source at:
> http://ozdocit.org/tiki-list_file_gallery.php?galleryId=7
>
> In order to install you need
> - RoR installed
> - Mongrel installed
> - blank database created (no tables at all)
> - unpack that tarball into any directory
> - in this directory, create config/database.yml (example in
> config/database.example)
> - in this directory, type "rake db:migrate"
> - in this directory, start Mongrel
do you mean "script/server", which seemes to work for me.

>
> You should now be able to use the appointment system by pointing your
> browser at the computer running Mongrel (default port 3000)
Basically works fine.
Two bugs spotted so far:
1/ The admin interface will silently fail when you try to add new appointment 
types or healthcare providers, this seems to be because each depends on the 
other. Suggest adding a 'standard' appointment type at database boot time, 
the admin interface works after I do this with direct SQL.
2/ patients have "firstname", "surname", "name" columns
the model defines a name attribute is defined as the concatenation
of firstname and surname, which is sensible. Either drop the name column or 
document what it's used for otherwise.

Ian

Attachment: pgpz975axERXR.pgp
Description: PGP signature

_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

Reply via email to