You are on page 1of 6

D:\DAM\fedora>java -jar fcrepo-installer-3.3.

jar
***********************
Fedora Installation
***********************
To install Fedora, please answer the following questions.
Enter CANCEL at any time to abort the installation.
Detailed installation instructions are available online:
http://www.fedora-commons.org/confluence/display/FCR30/
Installation type
-----------------
The 'quick' install is designed to get you up and running with Fedora
as quickly and easily as possible. It will install Tomcat and an
embedded version of the Derby database. SSL support and XACML policy
enforcement will be disabled.
For more options, including the choice of hostname, ports, security,
and databases, select 'custom'.
To install only the Fedora client software, enter 'client'.
Options : quick, custom, client
Enter a value ==> custom

Fedora home directory


---------------------
This is the base directory for Fedora scripts, configuration files, etc.
Enter the full path where you want to install these files.
Enter a value ==> D:\DAM\FedoraInstallation
WARNING: D:\DAM\FedoraInstallation is not empty.
WARNING: Overwrite? (yes or no) [default is no] ==> yes
WARNING: The environment variable, FEDORA_HOME, is not defined
WARNING: Remember to define the FEDORA_HOME environment variable
WARNING: before starting Fedora.
Fedora administrator password
-----------------------------
Enter the password to use for the Fedora administrator (fedoraAdmin) account.
Enter a value ==> fedoraAdmin

Fedora server host


------------------
The host Fedora will be running on.
If a hostname (e.g. www.example.com) is supplied, a lookup will be
performed and the IP address of the host (not the host name) will be used
in the default Fedora XACML policies.

Enter a value [default is localhost] ==>

Fedora application server context


---------------------------------
The application server context Fedora will be running in.
If 'fedora' (default) is supplied, the resulting context path
will be http://www.example.com/fedora.
It must be ensured that the configured application server context
matches this path if explicitly configured.

Enter a value [default is fedora] ==>

Authentication requirement for API-A


------------------------------------
Fedora's management (API-M) interface always requires user authentication.
Require user authentication for Fedora's access (API-A) interface?
Options : true, false
Enter a value [default is false] ==> false

SSL availability
----------------
Should Fedora be available via SSL? Note: this does not preclude
regular HTTP access; it just indicates that it should be possible for
Fedora to be accessed over SSL.
Options : true, false
Enter a value [default is true] ==> false

Servlet engine
--------------
Which servlet engine will Fedora be running in?
Enter 'included' to use the bundled Tomcat 6.0.20 server.
To use your own, existing installation of Tomcat, enter 'existingTomcat'.
Enter 'other' to use a different servlet container.
Options : included, existingTomcat, other
Enter a value [default is included] ==> included

Tomcat home directory


---------------------
Please provide the full path to your existing Tomcat installation, or
the path where you plan to install the bundled Tomcat.

Enter a value [default is C:\apache-tomcat-5.5.28] ==> D:\DAM\FedoraInstallation


\tomcat
WARNING: The environment variable, CATALINA_HOME, is defined as
WARNING: C:\apache-tomcat-5.5.28
WARNING: but you entered
WARNING: D:\DAM\FedoraInstallation\tomcat
WARNING: Please ensure you have correctly defined CATALINA_HOME
WARNING: before starting Fedora.
Tomcat HTTP port
----------------
Which HTTP port (non-SSL) should Tomcat listen on? This can be changed
later in Tomcat's server.xml file.

Enter a value [default is 8080] ==> 8086

Tomcat shutdown port


--------------------
Which port should Tomcat use for shutting down? Make sure this doesn't
conflict with an existing service. This can be changed later in Tomcat's
server.xml file.

Enter a value [default is 8005] ==> 8006

Database
--------
Please select the database you will be using with
Fedora. The supported databases are Derby, McKoi, MySQL, Oracle and Postgres.
If you do not have a database ready for use by Fedora or would prefer to
use the embedded version of Derby bundled with Fedora, enter 'included'.
Options : derby, mckoi, mysql, oracle, postgresql, included
Enter a value ==> mysql

MySQL JDBC driver


-----------------
You may either use the included JDBC driver or your own copy.
Enter 'included' to use the included JDBC driver, or, enter the location
(full path) of the driver.

Enter a value [default is included] ==>

Database username
-----------------
Enter the database username Fedora will use to connect to the Fedora database.
Enter a value ==> root

Database password
-----------------
Enter the database password Fedora will use to connect to the Fedora database.
Enter a value ==> root

*******************************************************************
NOTE: You should have a schema named fedora3 created in your MySql
Or use CREATE SCHEMA `fedora3`; to create one.
*******************************************************************
JDBC URL
--------
Please enter the JDBC URL.

Enter a value [default is jdbc:mysql://localhost/fedora3?useUnicode=true&cha


racterEncoding=UTF-8&autoReconnect=true] ==>

JDBC DriverClass
----------------
Please enter the JDBC driver class.

Enter a value [default is com.mysql.jdbc.Driver] ==>

Successfully connected to MySQL


Enable FeSL (Experimental Feature)
----------------------------------
Enable FeSL? The Fedora Security Layer is a replacement for Fedora's
legacy authentication and authorization modules.
This feature is considered experimental and still under development.
Production repositories should NOT enable this.
For more information, see: http://fedora-commons.org/confluence/x/h4Ov

Enter a value [default is false] ==>

Policy enforcement enabled


--------------------------
Should XACML policy enforcement be enabled? Note: This will put a set of
default security policies in play for your Fedora server.
Options : true, false
Enter a value [default is true] ==>

Enable Resource Index


---------------------
Enable the Resource Index?
Options : true, false
Enter a value [default is false] ==>

Enable Messaging
----------------
Enable Messaging? Messaging sends notifications of API-M events via JMS.
Options : true, false
Enter a value [default is false] ==>

Deploy local services and demos


-------------------------------
Several sample back-end services are included with this distribution.
These are required if you want to use the demonstration objects.
If you'd like these to be automatically deployed, enter 'true'.
Otherwise, the installer will put the files in your FEDORA_HOME/install
directory in case you want to deploy them later.
Options : true, false
Enter a value [default is true] ==>

Preparing FEDORA_HOME...
Configuring fedora.fcfg
Installing beSecurity
Installing Tomcat...
Preparing fedora.war...
Processing web.xml
Deploying fedora.war...
Deploying fop.war...
Deploying imagemanip.war...
Deploying saxon.war...
Deploying fedora-demo.war...
Installation complete.
----------------------------------------------------------------------
Before starting Fedora, please ensure that any required environment
variables are correctly defined
(e.g. FEDORA_HOME, JAVA_HOME, JAVA_OPTS, CATALINA_HOME).
For more information, please consult the Installation & Configuration
Guide in the online documentation.
----------------------------------------------------------------------

D:\DAM\fedora>

********************************************************************************
***
SET ENVIRONMENT VARIABLES
********************************************************************************
***
CATALINA_HOME D:\DAM\FedoraInstallation\tomcat
FEDORA_HOME D:\DAM\FedoraInstallation
PATH D:\Program Files\Java\jdk1.6.0_17\bin;%FEDORA_HOME%\server\bin;%
FEDORA_HOME%\client\bin;
JAVA D:\Program Files\Java\jdk1.6.0_17\bin

********************************************************************************
***
START FEDORA
********************************************************************************
***
D:\>cd DAM\FedoraInstallation\tomcat\bin
D:\DAM\FedoraInstallation\tomcat\bin>startup.bat
Using CATALINA_BASE: D:\DAM\FedoraInstallation\tomcat
Using CATALINA_HOME: D:\DAM\FedoraInstallation\tomcat
Using CATALINA_TMPDIR: D:\DAM\FedoraInstallation\tomcat\temp
Using JRE_HOME: D:\Program Files\Java\jdk1.6.0_17
D:\DAM\FedoraInstallation\tomcat\bin>

********************************************************************************
***********
ACCESS DEMO IN BROWSER USING http://localhost:8086/fedora USERNAME/PWD: fe
doraAdmin
********************************************************************************
***********

You might also like