Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document is a guide to getting up and running with Fedora as quickly as possible.

Table of Contents

Out of the box

If you are looking for scripted deployments, please take a look at Fedora's deployment tooling.

...

No Format
docker run -p8080:8080 --name=fcrepo fcrepo/fcrepo:6.0.0-beta-1

For all the available docker configuration options for fcrepo see the fcrepo-docker README.

Servlet Containers

Alternatively, instead of deploying Fedora via the "one-click run", the Fedora web-application can be installed by dropping the WAR file into a servlet 3 container, such as Tomcat 9 or Jetty 9.
For details on installing Fedora to those containers, see the Deployment guide.

...