- Verify checksum of received zip
- Places path to zip package on ZIP_Q
- Reads status from STATUS_Q
- Posts status update to editor-q-processor
- Places iri to be retracted on IRI_Q
- Reads status from STATUS_Q
- Posts status update to editor-q-processor
- Clone the repo
git clone https://github.com/gawati/gawati-portal-qprocessor.git
- Install packages
npm install
- Run
node ./bin/www
- This component needs to on the same system as gawati-portal-publisher.
- It depends on several other components which are a part of the Publishing Workflow. The following components need to be started, in the given order, prior to gawati-editor-qprocessor:
- gawati-data
- gawati-portal-publisher
- Port: The default port is set to 9004.
- Zip path: This is set in
constants.js
and refers to the filesystem path where zip packages received from gawati-editor-qprocessor are stored. The path to the zip pakackges stored here is written to the ZIP_Q. - Service end points: Endpoints for talking to gawati-editor-qprocessor. Set in
configs/dataServer.json