Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 848 Bytes

Fedora 4

Build Status

JavaDocs | Fedora Futures Wiki | Use cases

Technical goals:

  • Improved scalability and performance
  • More flexible storage options
  • Improved reporting and metrics
  • Improved durability

Building & running fcrepo4 from source

System Requirements

  • Java 7
  • Maven 3
$ git clone https://github.com/futures/fcrepo4.git
$ cd fcrepo4
$ MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" mvn install
$ cd fcrepo-webapp
$ MAVEN_OPTS="-Xmx512m" mvn jetty:run

That's it! Your Fedora repository is up and running at: http://localhost:8080/rest/