Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide should help you setup the OAI-PMH provider for Fedora 4 using on Tomcat 7 as the platform. For further details, please refer to the project's documentation on GitHub.

...

Install Tomcat. Use the appropriate package manager (e.g. yum, portage) to install Tomcat (on Xubuntu, for example, setting up Tomcat is accomplished by a simple command: "sudo apt-get install tomcat7".). Alternatively, visit the Apache Tomcat project documentation for more installation options. Once Tomcat is installed and running, you should see the Tomcat welcome screen when you visit http://localhost:8080.

...