Versions Compared

Key

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

...

Info

If you run into problems trying to install and run DuraCloud, the best place to ask questions is on the DuraCloud Dev mailing list


Info

As of version 46.03.0, DuraCloud requires Java 811. To determine the version of Java installed on your system, open a terminal (command prompt) and run the command "java -version". If the version number printed is less than 1.811, you will need to upgrade your Java version prior to running DuraCloud.

...

  1. Download the binary distribution from the downloads page
  2. Install Tomcat application server (the DuraCloud service uses Tomcat 8.5)
    1. Please follow Tomcat configuration detailed on the Building From Source page.
  3. Deploy the web applications
    1. Take the 3 .war files included in the binary distribution and copy them into the "webapps" directory under your tomcat installation.
      1. You may need to remove the "ROOT" directory under webapps in order for the ROOT.war to deploy properly
    2. Start tomcat, as part of the startup process, tomcat will unpack the wars and deploy them

  4. Log in to the application by going to http://localhost:8080/duradmin.
  5. Congratulations, you are now running DuraCloud!