Family Connection is an easy-to-setup online hub for your family that
includes a Family News section, and an Address Book.
http://familyconnect.rubyforge.org/
Please note that the download (tgz) may not be available for another
hour or so as it propagates through the rubyforge mirrors. You can
access the subversion repository immediately at:
svn export svn://rubyforge.org/var/svn/familyconnect/tags/1.0
familyconnection-1.0
For anyone interested in a copy of this family site without the
hassle of setting it up or maintaining it, I can set something up for
you for a small monthly charge. Contact me privately to talk about
this option.
Regards,
Duane Johnson
(canadaduane)
http://blog.inquirylabs.com/
i just downloaded the lastest have had a few errors installing:
- had to chmod -R 777 . so the photo dir could be created. standard stuff
there.
- then i was going through the config page and got this error on submit of
the first page
unable to open image `/var/www/html/public/photo/image/tmp/1136357381.296032.28535/FishRobert.jpg': No such file or directory:
that's probably because that directory doesn't exist. it's worth noting
that my setup is
out of webroot
/var/www/ror/familyconnect/
/var/www/ror/familyconnect/public
...
in webroot
/var/www/html/familyconnect -> /var/www/ror/familyconnect/public/
which is pretty standard stuff afaik. in any case the links aren't being
generated correctly under this setup - why 'public' should be in any
generated link is strange... is there something i've missed with
configuration?
regards.
-a
--
===============================================================================
| ara [dot] t [dot] howard [at] noaa [dot] gov
| all happiness comes from the desire for others to be happy. all misery
| comes from the desire for oneself to be happy.
| -- bodhicaryavatara
===============================================================================
I have downloaded this and set it up:
- untarred into: /home/phil/src/ror/familyconnection-1.0
- edited the database.yml file for postgres (8.0.4):
adapter: postgresql
database: family_connection
username: phil
- done: rake db_schema_import
(the tables are setup in postgres OK)
- I then ran: ruby ~phil/src/ror/familyconnection-1.0/script/server
( which seemed to work OK)
but when I try and use:
http://127.0.0.1:3000/family_connection/administrator/setup
I get:
no such file to load -- RMagick
RAILS_ROOT: /home/phil/src/ror/familyconnection-1.0/script/../config/..
Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require'
#{RAILS_ROOT}/vendor/plugins/file_column/lib/magick_file_column.rb:139:in `file_column'
#{RAILS_ROOT}/vendor/plugins/file_column/lib/file_column.rb:686:in `file_column'
#{RAILS_ROOT}/app/models/user.rb:7
#{RAILS_ROOT}/lib/login_system.rb:1
#{RAILS_ROOT}/app/controllers/application.rb:1
This error occured while loading the following files:
/home/phil/src/ror/familyconnection-1.0/script/../config/../app/controllers/application.rb
login_system.rb
user.rb
RMagick
Does the setup HAVE to have RMagick? It looks like a pain to install . .
Thanks,
Phil.
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:(0)411-185-652
Fax: +61:(0)2-8221-9599
E-mail: ph...@pricom.com.au
> Does the setup HAVE to have RMagick? It looks like a pain to install . .
in linux you can simply do
yes|sudo yum install '*magick*'
yes|sudo gem install RMagick
>
> Thanks,
>
> Phil.
> --
> Philip Rhoades
>
> Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
> GPO Box 3411
> Sydney NSW 2001
> Australia
> Mobile: +61:(0)411-185-652
> Fax: +61:(0)2-8221-9599
> E-mail: ph...@pricom.com.au
>
>
>
-a