From 0f082736106e28c781e634bc78fe3920b7bb1463 Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Fri, 26 Feb 2021 14:01:05 -0800 Subject: [PATCH] Update documentation --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 443649f..baf6083 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,7 @@ This plugin will add a SWORD service to OJS. For now, it only provides a partial implementation of the SWORD ServiceDocument. ## Install and Test - -Check this repo out to `plugins/gateway`: - - cd /plugins/gateway - git clone https://github.com/quoideneuf/ojs_sword_server - cd ojs_sword_server - git clone https://github.com/swordapp/swordappv2-php-library - composer update +Use the plugin gallery from within OJS to install the plugin. Enable the plugin under Settings -> Website -> Plugins -> Gateway Plugins @@ -19,6 +12,5 @@ Start OJS on `localhost:8000` using the test database. Check out the SWORD client library and run tests: - git clone https://github.com/swordapp/swordappv2-php-library export SWORD_ENDPOINT_URL=http://localhost:8000/index.php/publicknowledge/gateway/plugin/swordServer composer test