DiscoverEd Quickstart

From Creative Commons
Revision as of 20:08, 5 May 2010 by Nathan Yergler (talk | contribs) (Created page with 'Category:DiscoverEd {{Stub}} === Check out and build the source code === <pre> $ git clone git://gitorious.org/discovered/repo.git discovered $ cd discovered $ ant </pre> =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Check out and build the source code

$ git clone git://gitorious.org/discovered/repo.git discovered
$ cd discovered
$ ant

Add a curator and a feed

DiscoverEd uses feeds to help identify resources to crawl. Feeds are provided by curators, who can also provide metadata about resources.

$ ./bin/feeds addcurator http://ocw.nd.edu/ "ND OCW"
$ ./bin/feeds addfeed rss http://ocw.nd.edu/front-page/courselist/rss http://ocw.nd.edu/

Aggregate and crawl resources

$ ./bin/feeds aggregate
$ mkdir seed
$ ./bin/feeds seed > seed/urls.txt
$ ant -f dedbuild.xml crawl

Run the web server