Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Make a folder/directory to hold the source code for all three CollectionSpace layers: Services, Application, and UI

Wiki Markup
{multi-excerpt:name=Procedure Create and modify}{multi-excerpt}

  1. Make a new folder to contain the CollectionSpace source code for all three CollectionSpace layers. You might name it something likeĀ cspace or collectionspace or even cspace-source, for example.

...

Info

In part, this will deploy (push) the tenants/{mymuseum}/settings.xml file to the CollectionSpace server, in the location $CSPACE_JEESERVER_HOME/lib/tenants/demo. This will also deploy the demo-tenant.xml file to the location $CSPACE_JEESERVER_HOME/lib, renaming it to cspace-config-demo.xml.

Services layer

Wiki Markup
{multi-excerpt:name=Procedure Services layer}{multi-excerpt}

Create and modify the Services layer files and folders for your new tenant

...

Deploy (push) your new tenant in the Services layer to the CollectionSpace server

Wiki Markup
{multi-excerpt:name=Deploy Services layer}{multi-excerpt}

  1. Directly within the folder in which you've checked out the Services source code (i.e. not in a sub-folder), at a Terminal or command prompt, enter:

    Code Block
    ant undeploy deploy
    
    Note

    This command can take 10 minutes or more to complete its work.

    Info

    In part, this step will deploy (push) your new mymuseum folder for your tenant to the CollectionSpace server, in the location $CSPACE_JEESERVER_HOME/cspace/config/services/tenants/{mymuseum}.

...