From 82e1f10d04809e823b601fd720aee6b909efce3d Mon Sep 17 00:00:00 2001 From: tigerbot Date: Thu, 19 Oct 2017 17:21:20 -0600 Subject: [PATCH] updated with repo to clone for issuer@oauth3.org in the docs --- INSTALL.md | 2 +- install-helper.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0570c74..c633d69 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -192,7 +192,7 @@ For the APIs for that we'll install the `issuer@oauth3.org` API package and enab ```bash # API packaged for walnut -git clone https://git.daplie.com/OAuth3/org.oauth3.provider.git /srv/walnut/packages/rest/issuer@oauth3.org +git clone https://git.daplie.com/OAuth3/issuer_oauth3.org.git /srv/walnut/packages/rest/issuer@oauth3.org pushd /srv/walnut/packages/rest/issuer@oauth3.org/ git checkout v1.2 npm install diff --git a/install-helper.sh b/install-helper.sh index 97ac627..3d64f46 100755 --- a/install-helper.sh +++ b/install-helper.sh @@ -249,7 +249,6 @@ install_my_app() ln -sf ../node_modules /srv/walnut/core/node_modules mkdir -p /srv/walnut/var/sites mkdir -p /srv/walnut/etc/org.oauth3.consumer - mkdir -p /srv/walnut/etc/org.oauth3.provider mkdir -p /srv/walnut/etc/client-api-grants mkdir -p /srv/walnut/packages/{rest,api,pages,services} @@ -270,7 +269,7 @@ install_my_app() pushd /srv/walnut/core export NODE_PATH=/opt/walnut/lib/node_modules - export NPM_CONFIG_PREFIX=/opt/walnut + export NPM_CONFIG_PREFIX=/opt/walnut /opt/walnut/bin/npm install popd }