1.0.15-rc.2 • Published 11 months ago

cspace-ui-plugin-profile-cinefiles v1.0.15-rc.2

Weekly downloads
6
License
ECL-2.0
Repository
github
Last release
11 months ago

cspace-ui-plugin-profile-cinefiles

build status

A cspace-ui plugin containing configuration for the CineFiles collection of the UC Berkeley Art Museum and Pacific Film Archive.

Installation

Using git:

$ git clone https://github.com/cspace-deployment/cspace-ui-plugin-profile-cinefiles.js.git
$ cd cspace-ui-plugin-profile-cinefiles.js
$ npm install

Development

To run the profile:

$ npm run devserver

Then open a browser to http://localhost:8080. This runs the cspace-ui application, configured with this plugin.

By default, the application served from the dev server will use the CollectionSpace services API located at http://localhost:8180. This assumes that a CineFiles-customized CollectionSpace server has been installed locally, or on a local VM. Source code to build a server is available:

To run the application against CollectionSpace services located on a different host, edit index.html, and change the serverUrl configuration property. For example, to use a server running on nightly.collectionspace.org, port 8180, use the settings:

cspaceUI({
  serverUrl: 'http://nightly.collectionspace.org:8180',
  // ...
});

This project installs a compatible published version of cspace-ui as a development dependency, and runs this plugin with that version of cspace-ui. During development it may be necessary to run this plugin against an unreleased version of cspace-ui, for example to use features that are being developed in cspace-ui concurrently with the development of this plugin. To do this, download the source code of the cspace-ui project, and ensure that npm install has been run. Then run npm link in that project (with superuser privileges). In this project, run npm link cspace-ui. This replaces the cspace-ui dependency with a symbolic link to the local cspace-ui project directory, so that any changes made to the cspace-ui source code will be visible to this project, once npm run build has been run in cspace-ui.

1.0.15-rc.1

11 months ago

1.0.15-rc.2

11 months ago

1.0.14

3 years ago

1.0.14-rc.1

3 years ago

1.0.13-rc.4

4 years ago

1.0.13-rc.3

4 years ago

1.0.13-rc.2

4 years ago

1.0.13-rc.1

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-rc.1

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-rc.4

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago