<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ideas.... &#187; Solr</title>
	<atom:link href="http://rosalynmetz.com/ideas/tag/solr/feed/" rel="self" type="application/rss+xml" />
	<link>http://rosalynmetz.com/ideas</link>
	<description>a blog for me to record thoughts and ideas</description>
	<lastBuildDate>Thu, 14 Apr 2011 17:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Creating an EBS Backed AMI in the Cloud</title>
		<link>http://rosalynmetz.com/ideas/2009/12/07/creating-an-ebs-backed-ami-in-the-cloud/</link>
		<comments>http://rosalynmetz.com/ideas/2009/12/07/creating-an-ebs-backed-ami-in-the-cloud/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 23:11:29 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[ami]]></category>
		<category><![CDATA[blacklight]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Solr]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=786</guid>
		<description><![CDATA[I decided that I wanted to create an EBS backed AMI on Amazon&#8217;s Cloud Computing platform.  I thought this would be REALLY hard.  I was completely wrong. The first thing I did was start with an already existing EBS AMI. &#8230; <a href="http://rosalynmetz.com/ideas/2009/12/07/creating-an-ebs-backed-ami-in-the-cloud/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided that I wanted to create an EBS backed AMI on Amazon&#8217;s Cloud Computing platform.  I thought this would be REALLY hard.  I was completely wrong.</p>
<p>The first thing I did was start with an already existing EBS AMI. Right now there aren&#8217;t too many available but they are growing.  I chose an Ubuntu 9.04 image since I&#8217;m going to install a stack on it, and I&#8217;ve already done *most* of it before on Ubuntu.</p>
<p>A quick note: it is possible to create an EBS AMI from an S3 AMI, but I wasn&#8217;t able to figure that out (quickly).  Although I did find a script that will do this for you: http://gist.github.com/249915.</p>
<p>Next, I wanted to get the Ubuntu server prepared.  I needed to:</p>
<ul>
<li> install mysql &#8212; http://www.howtogeek.com/howto/ubuntu/install-mysql-server-5-on-ubuntu/</li>
<li>install ruby on rails &#8212; http://www.hackido.com/2009/04/install-ruby-rails-on-ubuntu-904-jaunty.html (up to and including step 6)</li>
<li>install zlib &#8212; http://www.techsww.com/tutorials/libraries/zlib/installation/installing_zlib_on_ubuntu_linux.php</li>
<li>install blacklight &#8212; http://projectblacklight.org (includes solr and a number of gem dependencies)</li>
</ul>
<p>I did all of this.  One thing I noticed, Blacklight requires me to use non-standard ports (ie not 22 and 80).  While the server was running, I went into the AWS console and opened ports for its associated security group.  The changes took effect immediately.  I definitely liked that.</p>
<p>Finally, I went in to the AWS Management Console and chose &#8220;Create Image (EBS AMI)&#8221;.</p>
<p><a href="http://rosalynmetz.com/ideas/wp-content/uploads/2009/12/Picture-1.png"><img class="size-large wp-image-787 alignnone" title="Create Image (EBS AMI)" src="http://rosalynmetz.com/ideas/wp-content/uploads/2009/12/Picture-1-300x130.png" alt="Picture 1" width="300" height="130" /></a></p>
<p>Then I filled in the information including a description of my image:</p>
<p><a href="http://rosalynmetz.com/ideas/wp-content/uploads/2009/12/Picture-2.png"><img class="alignnone size-large wp-image-788" title="EBS AMI Details" src="http://rosalynmetz.com/ideas/wp-content/uploads/2009/12/Picture-2-300x213.png" alt="EBS AMI Details" width="300" height="213" /></a></p>
<p>and voila! EBS backed AMI.  the one caveat is:</p>
<p>DON&#8217;T TERMINATE THE INSTANCE UNTIL THE NEW AMI HAS FINISHED BEING CREATED</p>
<p>because then you&#8217;ll loose all the work that you have just done.  doh!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Frosalynmetz.com%2Fideas%2F2009%2F12%2F07%2Fcreating-an-ebs-backed-ami-in-the-cloud%2F&amp;title=Creating%20an%20EBS%20Backed%20AMI%20in%20the%20Cloud" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2009/12/07/creating-an-ebs-backed-ami-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NE Code4Lib</title>
		<link>http://rosalynmetz.com/ideas/2008/12/09/ne-code4lib/</link>
		<comments>http://rosalynmetz.com/ideas/2008/12/09/ne-code4lib/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:17:29 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[CiteULike]]></category>
		<category><![CDATA[necode4lib]]></category>
		<category><![CDATA[Scriblio]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[unAPI]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=221</guid>
		<description><![CDATA[Currently in some lightening talks at NECode4Lib Tim Spalding (Library Thing) Socail Cataloging&#8230;using users to tag books.  Added a section called Common Knowledge.  Essentially things that libraries don&#8217;t keep track of or don&#8217;t keep track of well.  Not just for &#8230; <a href="http://rosalynmetz.com/ideas/2008/12/09/ne-code4lib/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Currently in some lightening talks at NECode4Lib</p>
<p><strong>Tim Spalding (Library Thing)</strong></p>
<p>Socail Cataloging&#8230;using users to tag books.  Added a section called Common Knowledge.  Essentially things that libraries don&#8217;t keep track of or don&#8217;t keep track of well.  Not just for books but also for Authors.  This section is a fielded wiki.</p>
<p><strong>Jay &#8220;Hussein&#8221; Luker (Ex Libris Inc)</strong></p>
<p>URL2Cite http://reallywow.com:5000/slideshow.html</p>
<p>CiteULike.  Bookmark URL and the Plugins scrape metadata from the webpages. Idea is that CiteULike scrapes the metadata and then URL2Cite would take that metadata and put it into a citation format.  Claims that he will blog about it&#8230;</p>
<p>Jean Rainwater said that Brown is doing something like this http://freecite.library.brown.edu (they are hoping to get more money from Mellon to expand it)</p>
<p>Also Jay has a cool RDF plugin called tabulator.</p>
<p><strong>WGBH (Courtney Michael, Dov Frede, Chris Beer)</strong></p>
<p>OpenVault &#8212; raw interviews, footage, etc from WGBH.  They are trying to tag the information and make it more searchable.  Scholars are concerned about tagging (think librarians and their scholars are the only ones that know anything).  So they allow you to choose LCSH based on the words that you type, however you don&#8217;t have to use LCSH.</p>
<p><strong>Jodi Schneider (Amherst College)</strong></p>
<p>Zotero &#8212; brief demo of it and how it works.  Zotero is being sued by Thomson http://dltj.org/?s=zotero&amp;searchsubmit=Search</p>
<p><strong>Cassey Bisson (Plymouth State)</strong></p>
<p>Scriblio a way of representing catalogs elsewhere. (works with III without the XML Server!) http://wordpress.org/extend/plugins/scriblio/</p>
<p>He also has instructions for the III importer plugin</p>
<blockquote><p>The documentation is lagging behind the code, but…</p>
<p>After installing <span class="highlight">Scriblio</span> activate the <span class="highlight">Scriblio</span> III Importer plugin. Go to Manage &gt; Import &gt; <span class="highlight">Scriblio</span> III Importer. And follow the steps as they appear in these screenshots: <a rel="nofollow" href="http://flickr.com/photos/scriblio/sets/72157603031251442/">http://flickr.com/photos/<span class="highlight">scriblio</span>/sets/72157603031251442/</a></p></blockquote>
<p>Additionally there is a public library http://collingswoodlib.org/library/60280/welcome/ that is also a consortium using it.  Hmmmmm&#8230;.</p>
<p>You can also use it for archives.  Beyond Brown Paper (http://beyondbrownpaper.plymouth.edu) uses flickr for the original cataloging, but Haystack (http://archives.colby-sawyer.edu) is entirely self-contained.  Casey hacked it so that there is a data entry screen for the archives to enter data.  Its an interesting way for archives to display their collections.</p>
<p><strong>Michael Klein (BPL)</strong></p>
<p>Solr and Xforms.  Uses them as a way to populate the BPL&#8217;s digital library.  He uses Solr to pull information from LC Thesaurus for Graphic Materials (a subject heading system).  Pretty cool&#8230;he customized so that Solr doesn&#8217;t return a simple list but creates a dynamic list (broader, narrower subject terms).</p>
<p><strong>Jay &#8220;Hussein&#8221; Luker (Ex Libris Inc)</strong></p>
<p><strong></strong>unAPI.org &#8212; quick demo of it.  there is a wordpress plugin that essentially lets you pull xml data from your wordpress blog.  might be useful in conjunction with scriblio.</p>
<p>off to the next meeting (darn it!)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Frosalynmetz.com%2Fideas%2F2008%2F12%2F09%2Fne-code4lib%2F&amp;title=NE%20Code4Lib" id="wpa2a_4">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2008/12/09/ne-code4lib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

