From ec1be319fd48e43a964205bd939e3e12ebbaf6a4 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 14 May 2019 18:24:23 +0200
Subject: [PATCH] ui: update for jbpasquier/css

---
 README.md | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 09f31dff..c368dc01 100644
--- a/README.md
+++ b/README.md
@@ -69,24 +69,14 @@ You'll have to change some settings on the `sibserver` files.
     JABBER_DEFAULT_HOST = 'happy-dev.fr'
     ```
 
-#### Add an RSA Key for `oidc`
-
-On the first `sibserver` folder:
-
-```
-$ ./manage.py creatersakey
-```
-
 #### `sib-manager` launching
 
 On the first `sibserver` folder
 
 ```
-$ sib runserver
+$ ./manage.py runserver
 ```
 
-You can also launch it directly from `manage.py`. Don't forget to activate the `venv` if so.
-
 #### Create a Client ID for Prosody & Client
 
 - Go to `localhost:8000/admin/`
@@ -123,8 +113,6 @@ $ git clone https://git.happy-dev.fr/startinblox/applications/sib-app.git
 ```
 $ cd sib-app
 $ npm install
-$ node copy_lib.js
-$ cp -n src/config.sample.json src/config.json
 ```
 
 #### Configure `config.json`
@@ -144,12 +132,12 @@ On the newly created `./src/config.json` change the `dev` configuration like thi
 ```
 # For dev
 $ make watch
+$ npm run serve
 
 # Or for prod
 $ make build
+# Then publish the www folder
 
-# Then on another terminal
-$ make serve
 ```
 
 ## Deployment
-- 
GitLab