You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Requires Git
Requires Java 7
Requires Maven 3
 
Instructions assume you have a terminal on a Unix like system.
 

git clone https://github.com/futures/fcrepo4.git
cd fcrepo4
MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" mV install
cd fcrepo-webapp
MAVEN_OPTS="-Xmx512m" mvn jetty:run

 
You should now be able to navigate to http://localhost:8080/rest and see Fedora Running

  • No labels