From 1df2d34ba95320f985bd71ac9822ba372265bd37 Mon Sep 17 00:00:00 2001 From: Moises Sacal <moisbo@gmail.com> Date: Thu, 19 Dec 2019 11:26:59 +1100 Subject: [PATCH] improved readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3a120..351d389 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This is the code of a single page application for searching with SOLR ### Install ```bash -npm intstall +npm install ``` ### Development run npm scripts for development -#### Webpack +#### Run a Webpack Dev Server ```bash npm run start:dev @@ -32,4 +32,10 @@ should generate a [dist](./dist) folder with compiled SPA and watch for changes Use [./config.json](./config.json) to point to your current solr configuration and repository +```js + "repo": "your fqdn repository", //This should point to your current nginx web server where all your ro-crates live +``` +```js + "api": "/solr/core", // This is the solr api access that points to your Solr Core +``` Use [./index.js](./index.js) to configure state of your app (to be moved to configuration) -- GitLab