Versions Compared

Key

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

...

Multiexcerpt macro
nameSETUPTOMCAT

Setup Set up Tomcat

Login to your Ubuntu server using an account with sudo privileges. Go to the directory where you want to install CollectionSpace. We recommend:

bash

CollectionSpace runs as a Tomcat 8 server application. A pre-configured version of Tomcat 8 is provided with the CollectionSpace distribution package.

Start by downloading the CollectionSpace distribution package "tarball":

bash

Unpack the tarball:

bash

This will create an apache-tomcat-8.5.51 directory in /usr/local/share.

Next, make necessary files owned by the cspace user:

bash

You can remove the tarball if you want/need:


...