Skip to content
Snippets Groups Projects
Commit 27ecc524 authored by Alf Eaton's avatar Alf Eaton
Browse files

Upgrade INK components

parent 6338e615
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,19 @@ Note: this monorepo uses Lerna, which works best with npm v4 when linking unpubl
## Configuration
To enable manuscript conversion via INK, add the following values to `packages/xpub-collabra/.env.dev` (ask in [the xpub channel](https://mattermost.coko.foundation/coko/channels/xpub) if you need an account):
```
INK_USERNAME=*****
INK_PASSWORD=*****
INK_ENDPOINT=http://ink-api.coko.foundation
To enable manuscript conversion via INK, add the following values to `packages/xpub-collabra/config/local.json` (ask in [the xpub channel](https://mattermost.coko.foundation/coko/channels/xpub) if you need an account):
```json
{
"pubsweet-server": {
"secret": "__EDIT_THIS__"
},
"pubsweet-component-ink-backend": {
"inkEndpoint": "__EDIT_THIS__",
"email": "__EDIT_THIS__",
"password": "__EDIT_THIS__"
}
}
```
## Running the app
......
......@@ -18,8 +18,8 @@
"prop-types": "^15.5.10",
"pubsweet": "git+https://gitlab.coko.foundation/pubsweet/pubsweet-cli.git",
"pubsweet-client": "^1.0.0-beta.3",
"pubsweet-component-ink-backend": "0.0.10",
"pubsweet-component-ink-frontend": "^0.1.0",
"pubsweet-component-ink-backend": "^0.0.12",
"pubsweet-component-ink-frontend": "^0.2.2",
"pubsweet-component-xpub-app": "^0.0.2",
"pubsweet-component-xpub-authentication": "^0.0.2",
"pubsweet-component-xpub-dashboard": "^0.0.2",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment