Skip to content

Commit

Permalink
Merge pull request #3 from adam-vessey/master
Browse files Browse the repository at this point in the history
Prep to throw together a binary release.
  • Loading branch information
jordandukart authored Sep 27, 2017
2 parents df7c22a + f39713f commit 3aa2fd7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion FedoraGenericSearch/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<property name="javac.source" value="1.6"/>
<property name="javac.target" value="1.6"/>

<property name="fedoragsearch.version" value="2.8"/>
<property name="fedoragsearch.version" value="2.8.1"/>
<property name="fedora.version" value="3.7.1"/>
<property name="solr.version" value="4.6.1"/>

Expand Down
30 changes: 30 additions & 0 deletions README.md
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.
11 changes: 0 additions & 11 deletions README.txt

This file was deleted.

0 comments on commit 3aa2fd7

Please sign in to comment.