1. You will need to install and configure fedora
a. get the binary distribution for fedora server 2.1.1 for Windows at
http://www.fedora.info/download/2.1.1/download.cgi
b. unzip the file to a directory such as c:\fedora-2.1.1
c. make sure that JAVA_HOME is set and java bin directory is in the path
d. set FEDORA_HOME to the base directory of your fedora installation:
c:\fedora-2.1.1 in our case and put %FEDORA_HOME%\server\bin in the path.
e. setup the server's default relational database McKoi:
run "mckoi-init fedoraAdmin fedoraThaliaxxxx xxxx"
note: fedoraAdmin is first xxx is the username
fedoraThalia is second xxx is the password
f. configure the fedora server:
1. run "fedora-setup no-ssl-authenticate-apim"
2. edit the file FEDORA_HOME/server/config/fedora.fcfg
param name="adminEmailList" change the value to your email address
param name="adminPassword" change the value to "fedoraThalia"xxxxx
param name="fedoraServerPort" change the value to 8086 (if 8086 is available)
param name="fedoraShutdownPort" change the value to 8006
...