Skip to content

Commit

Permalink
Latest Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Sep 1, 2014
1 parent 396ffff commit bb0f33b
Show file tree
Hide file tree
Showing 756 changed files with 5 additions and 106,995 deletions.
20 changes: 2 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,10 @@ solr/data/*
solr/*/data/*

# Fedora dev instance data
fedora/default/data
fedora/default/derby/*
fedora/default/server/logs/*
fedora/default/server/management/upload/*
fedora/default/server/status

# Fedora test instance data
fedora/test/data
fedora/test/derby/*
fedora/test/server/logs/*
fedora/test/server/management/upload/*
fedora/test/server/status

fedora/default/server/fedora-internal-use/fedora-internal-use-backend-service-policies/
fedora/default/server/fedora-internal-use/has-started.txt

fedora/test/server/fedora-internal-use/fedora-internal-use-backend-service-policies/
fedora/test/server/fedora-internal-use/has-started.txt
fcrepo4-data

# Logs
logs/*
derby.log
jettywrapper.log
velocity.log
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ This is a copy of jetty with the needed applications for running Hydra. These i

* jetty: 8.1.10.v20130312
* solr: 4.9.0
* fedora: 3.7.1
* fedora: 4.0.0b2

## Usage

### Dependencies

* [Java 7 (JRE)](https://java.com/en/download/index.jsp)

#### Java 6

Java 6 is unsupported under Solr 4.9, but still supported under Fedora 3.7.1. However, hydra-jetty has only been tested under
Java 7 so it is recommended to use Java 7 and not Java 6.

### Manual

git clone https://github.com/projecthydra/hydra-jetty
Expand All @@ -48,14 +43,10 @@ When jetty is finished initializing itself, Solr is available at

* [http://localhost:8983/solr/](http://localhost:8983/solr/)

Fedora is available in two copies, one for developement
and Fedora is available at

* [http://localhost:8983/fedora/](http://localhost:8983/fedora/)

and an additional copy for testing:

* [http://localhost:8983/fedora-test/](http://localhost:8983/fedora-test/)

You can see a list of all installed applications at

* [http://localhost:8983](http://localhost:8983)
Expand Down
10 changes: 0 additions & 10 deletions contexts/fedora-test.xml

This file was deleted.

6 changes: 1 addition & 5 deletions contexts/fedora.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/fedora</Set>
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/fedora.war</Set>
<Call name="setInitParameter">
<Arg>fedora.home</Arg>
<Arg><SystemProperty name="jetty.home" default="."/>/fedora/default</Arg>
</Call>
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/fcrepo-webapp-4.0.0-beta-04-SNAPSHOT.war</Set>
</Configure>
21 changes: 0 additions & 21 deletions fedora/README.txt

This file was deleted.

44 changes: 0 additions & 44 deletions fedora/client/bin/env-client.bat

This file was deleted.

54 changes: 0 additions & 54 deletions fedora/client/bin/env-client.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-admin.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-admin.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-batch-build.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-batch-build.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-batch-buildingest.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-batch-buildingest.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-batch-ingest.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-batch-ingest.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-dsinfo.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-dsinfo.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-export.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-export.sh

This file was deleted.

11 changes: 0 additions & 11 deletions fedora/client/bin/fedora-find.bat

This file was deleted.

8 changes: 0 additions & 8 deletions fedora/client/bin/fedora-find.sh

This file was deleted.

28 changes: 0 additions & 28 deletions fedora/client/bin/fedora-ingest-demos.bat

This file was deleted.

Loading

0 comments on commit bb0f33b

Please sign in to comment.