From 35a0a201197633b4fa9650947ccd78435886eea8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 4 May 2020 12:09:39 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 472a6bd..cbab858 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Get the code of the SIB app on your machine: ```bash git clone ... +cd sib-app +npm install ``` Then create a `config.json` based on your needs, see Mandatory and Optional Modules on this page. For convienence a `config.sample.json` exists in the source. @@ -136,7 +138,10 @@ On Server: `djangoldp_event` and `djangoldp_upload` packages On `config.json`: ```json - "publicDirectory": true + "endpoints": { + "events": "http://server.url/events/", + "typeevents": "http://server.url/typeevents/", + } ``` ### Project @@ -163,17 +168,18 @@ On `config.json`: On `config.json`: ```json + "publicDirectory": true, "endpoints": { - "projects": "http://server.url/projects/", - "customers": "http://server.url/customers/", - "businessproviders": "http://server.url/businessproviders/", - "skills": "http://server.url/skills/" + "users": "http://server.url/users/", + "groups": "http://server.url/groups/", + "skills": "http://server.url/skills/", + "uploads": "http://server.url/upload/" } ``` ### Dashboard -(In development) Dashboard includes card generation from HTML. To activate them, you need: +Dashboard includes card generation from HTML. To activate them, you need: On `config.json`: