Difference between revisions of "AgShare/Tech"

From Creative Commons
Jump to: navigation, search
(Created page with "Category:DiscoverEd The AgShare deployment works analogously to the CC Labs deployment of DiscoverEd. Some important things to note: * Username: '''agshare''' * Host name: ...")
 
Line 11: Line 11:
  
 
Given that, give [[Running DiscoverEd]] a look!
 
Given that, give [[Running DiscoverEd]] a look!
 +
 +
== Deploying new WARs ==
 +
 +
To deploy a new war, do this:
 +
 +
* cp nutch-1.1.war ~/tomcat/webapps/ROOT.war
 +
* ~/tomcat/bin/shutdown.sh
 +
* ~/tomcat/bin/startup.sh

Revision as of 00:01, 9 September 2010


The AgShare deployment works analogously to the CC Labs deployment of DiscoverEd. Some important things to note:

  • Username: agshare
  • Host name: search.agshare.org (currently the same as discovered.labs.creativecommons.org)

So, for example, to set up your environment, do:

$ sudo su - agshare

Given that, give Running DiscoverEd a look!

Deploying new WARs

To deploy a new war, do this:

  • cp nutch-1.1.war ~/tomcat/webapps/ROOT.war
  • ~/tomcat/bin/shutdown.sh
  • ~/tomcat/bin/startup.sh