Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed all the "4"s from Fedora 4

...

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

...

  1. Download the latest executable webapp "one-click-run" from downloads
  2. Either double-click on the download, or run the following command to start Fedora 4

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


  3. Once Fedora 4 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.

...

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

Next Steps

Once Fedora 4 is running, 

...