forked from fcrepo3/gsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from adam-vessey/master
Prep to throw together a binary release.
- Loading branch information
Showing
3 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# FedoraGenericSearch (GSearch) | ||
|
||
See the text at [`FedoraGenericSearch/src/html/fedoragsearch-doc.html`](FedoraGenericSearch/src/html/fedoragsearch-doc.html) | ||
or after installation at `http://localhost:8080/fedoragsearch` | ||
|
||
## Building | ||
|
||
Requires: | ||
* Apache Ant | ||
|
||
``` | ||
CURRENT_DIR=$PWD | ||
git clone https://github.com/discoverygarden/gsearch.git | ||
cd gsearch/FedoraGenericSearch | ||
ant release | ||
# The "ant release" call will build a .zip file in | ||
# $CURRENT_DIR/gsearch/FgsBuild/release/fedoragsearch-{version}.zip | ||
# where {version} is specified in | ||
# $CURRENT_DIR/gsearch/FedoraGenericSearch/build.xml | ||
# Alternatively, the war file itself will be in | ||
# $CURRENT_DIR/gsearch/FgsBuild/fromsource/fedoragsearch.war | ||
``` | ||
|
||
--- | ||
|
||
* License and Copyright: FedoraGenericSearch is subject to the same open source | ||
license as the Fedora Commons Repository System at www.fedora-commons.org | ||
* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 by The | ||
Technical University of Denmark. | ||
* All rights reserved. |
This file was deleted.
Oops, something went wrong.