Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

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

Compare with Current View Page History

« Previous Version 5 Next »

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

System Requirements

  • Java 7

    java -version
    java version "1.7.0_09"
    Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
  • Servlet 3.0 container such as:

Installation

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.

One-Click Run

  1. Download one of the following executable war files
    • fedora-4... - no authorization enabled
    • fedora-4... - authorization enabled
  2. Either double-click on the download, or run the following command to start Fedora 4

    java -jar fedora-4...war
  3. Once Fedora 4 is seen to be running at the following URL, start exploring the feature tour

 

Servlet Containers

Tomcat

Jetty

Next Steps

  • No labels