Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removing one click

...

There are two primary ways of deploying Fedora. The first, One-Click Run, is an easy way to get Fedora running to test out the basic features. The second, Servlet Container Install, is the approach to be used in production installations.

One-Click Run

...

Either double-click on the download, or run the following command to start Fedora

Code Block
java -jar fcrepo-webapp-<version>-jetty-console.jar

...

Once Fedora is seen to be running at the following URL, start exploring the feature tour

No Format
http://localhost:8080/rest/

Note, port 8080 is the default. Replace that port number in the above URL if you used a different value.
Image Removed

Using Docker

If you'd like to run using docker you can simply install docker and then run the following command:

...

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.

...