First ensure that you have Java 7 installed and at it's latest version. It's likely that it is already installed on your computer and you may need to update it.
 
If you don't have Java installed you can get it here: https://java.com/en/download/index.jsp
 
If you haven't already first install Apache Tomcat, please follow the instructions here:
 
Download Tomcat here: http://tomcat.apache.org/download-70.cgi
 
Select the "Core" version for your operating system.
 
Once Downloaded, unzip your file and in your terminal navigated to the the folder where you unzip the file. Then navigate to the sub directory "bin".
 
Here you must start up Tomcat by entering the following.
 
If on Mac or Linux, or:
 

./startup.sh


 
If on Windows:
 

./startup.bat

 
Tomcat is now running.
 
Now download the Fedora War file here:
 
https://github.com/futures/fcrepo4/releases/tag/fcrepo-4.0.0-alpha-install-fest
 
And copy it into the subdirectory "webapps".
 
Congrats you should now be running Fedora in Apache Tomcat.

  • No labels