minor: Implement core 0.10

This commit is contained in:
Jean-Baptiste Pasquier
2020-06-18 20:02:54 +02:00
parent 772c65dfe1
commit 2ae8db7429
61 changed files with 439 additions and 534 deletions

View File

@ -10,7 +10,7 @@ These instructions will get you a copy of the project up and running on your loc
To install Hubl, you'll need:
* A Hubl Server (djangoldp>=0.6.42) with the appropriate modules
* A Hubl Server (djangoldp>=0.7.11) with the appropriate modules
* A Prosody Server (with [appropriate modules](https://git.startinblox.com/infra/prosody-modules/)
* A SMTP Server (optional)
* NodeJS on your machine
@ -71,7 +71,7 @@ By default, a Hubl includes only individual chat modules.
On Server: `djangoldp_account`, `djangoldp_profile`, `djangoldp_notification`, `djangoldp_skill`, `djangoldp_upload`, `oidc_provider` packages
On `config.json`:
On `config.json`:
```json
{
@ -177,7 +177,7 @@ On `config.json`:
### Project
(Experimental) Project are a private group chat including Customer and Business Provider management. To activate them, you need:
Project are a private group chat including Customer and Business Provider management. To activate them, you need:
On Server: `djangoldp_project` packages
@ -194,7 +194,7 @@ On `config.json`:
### Users Directory
(In development) Directory includes a listing of each users of your app and editable individual profile. To activate them, you need:
Directory includes a listing of each users of your app and editable individual profile. To activate them, you need:
On Server: `djangoldp_skill`, `djangoldp_upload` packages
@ -211,7 +211,7 @@ On `config.json`:
### Job Offers
(In development) Job Offers includes a job board with conversation. To activate them, you need:
Job Offers includes a job board with conversation. To activate them, you need:
On Server: `djangoldp_joboffer`, `djangoldp_skill`, `djangoldp_upload`, `djangoldp_conversation` packages