Versions Compared

Key

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

Task Description

...

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 you don't see "HTTP/1.1 200 OK" in the first line of the output, review the installation instructions to see if you missed a step.  If you are not able to get passed past this error, contact the CollectionSpace community "Talk" list at talk@collectionspace.org.  Please include as much detail as possible so someone in the community can try to help you.

...

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

...