Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: references of "$FEDORA_HOME/tomcat" to be "$FEDORA_HOME/base". Fedora Commons has used "base" as the directory instead of "tomcat" for some time now.

...

Code Block
languagebash
PATH=/opt/java/bin:$PATH:$HOME/bin
export FEDORA_HOME=/usr/local/fedora
export CATALINA_HOME=/usr/local/fedora/tomcatbase
export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=128m -Djavax.net.ssl.trustStore=/usr/local/fedora/server/truststore
-Djavax.net.ssl.trustStorePassword=tomcat"
export JAVA_HOME=/usr/lib/jvm/java-7-oracle
export JRE_HOME=/usr/lib/jvm/java-7-oracle/jre
export KAKADU_LIBRARY_PATH=/usr/local/djatoka/lib/Linux-x86-64

...

8. Once the installation script has completed and Fedora is installed, you should start your Fedora instance by running:

Code Block
$FEDORA_HOME/tomcatbase/bin/startup.sh

9. To verify that Fedora has successfully started:

 a. $FEDORA_HOME/tomcatbase/logs/catalina.out should contain no errors.
 b. View your Fedora instance through a web browser: http://localhost:8080/fedora/ or http://[yourdomain]:8443/fedora

...

12. Restart Fedora by using the startup command from step 8:

Code Block
$FEDORA_HOME/tomcatbase/bin/startup.sh

13. Access the Fedora Web Administrator: http://localhost:8080/fedora/admin and ensure you can ingest and purge objects.

...