Versions Compared

Key

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

Task Description

...

Info

In the instructions below, CSPACE_JEESERVER_HOME is an environment variable that holds the path to your CollectionSpace server home folder. If it is not set, please review your installation steps. You won't be able to continue until this and the other required environment variables are set correctly.

Starting CollectionSpace

...

Try sending an API request

To see if the installation was successful and that the CollectionSpace server started up without problems.  Try the following command:

Code Block
curl -i http://localhost:8180/cspace-services/collectionobjects -u admin@core.collectionspace.org:Administrator

...

If the login page appears, you can then try logging in by following the instructions on that page.

Testing with the API

To see if the installation was successful and that the CollectionSpace server started up without problems.  Try the following command:

Code Block
curl -i http://localhost:8180/cspace-services/collectionobjects -u admin@core.collectionspace.org:Administrator

...