Hi,
I am having difficulty getting the demo connector to work. I followed the
steps outlined in this tutorial and found that the version of Jangle that I
checked out has a slightly different directory structure. Connector.rb was
not found in jangle/jangle/openbibilo/. I tried copying it along with
responses.rb
to jangle/connectors/openbiblio/, ran ruby connector.rb and got error
messages that conf.yml cannot be found. I could copy that file to
/jangle/connectors/openbiblio/ but I feel like I'm not going about this the
right way. Any assistance would be greatly appreciated.
Thanks
For more information:
http://code.google.com/p/jangle/wiki/InstallingReferenceImplementation
Thanks for pointing this out -- this page is incredibly out of date (will
work on it ASAP) and, unfortunately, the "modern" version isn't nearly so
self-contained (it's PHP-based, just like OpenBiblio).
So, if you're desperate to get this running before I get the page
rewritten, the simplest way to implement it is:
In the document root of a webserver that supports PHP (XAMPP is useful
here: http://www.apachefriends.org/en/xampp.html):
1) svn checkout
http://jangle.googlecode.com/svn/trunk/connectors/openbiblio/
openbiblio-connector
2) Load the database mentioned above into MySQL
3) Update config/config.yml to connect to MySQL
4) sudo pear config-set preferred_state beta
4) pear install Contact_Vcard_Build File_MARC
5) open http://your-host.org/path/to/openbiblio-connector/services/
Thanks for pointing this out -- this page is incredibly out of date (will
work on it ASAP) and, unfortunately, the "modern" version isn't nearly so
self-contained (it's PHP-based, just like OpenBiblio).
So, if you're desperate to get this running before I get the page
rewritten, the simplest way to implement it is:
In the document root of a webserver that supports PHP
([http://www.apachefriends.org/en/xampp.html XAMPP] is useful here):
# svn checkout
http://jangle.googlecode.com/svn/trunk/connectors/openbiblio/
openbiblio-connector
# Load the database mentioned above into MySQL
# Update config/config.yml to connect to MySQL
# sudo pear config-set preferred_state beta
# pear install Contact_Vcard_Build File_MARC
# open http://your-host.org/path/to/openbiblio-connector/services/