From b8a06bd8c15ae0f642ebfbdc73bab5187a4ee97b Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Thu, 30 Apr 2020 13:19:13 +0200
Subject: [PATCH] add server intallation

---
 .../Components/SiB-Display.rst                |  3 +--
 source/import_documentation/get-started.rst   | 22 ++++++++++++++++---
 .../server-architecture.rst                   | 21 +++++++++---------
 source/index.rst                              |  3 ++-
 4 files changed, 32 insertions(+), 17 deletions(-)

diff --git a/source/import_documentation/Components/SiB-Display.rst b/source/import_documentation/Components/SiB-Display.rst
index 12a30d7..6a83a0f 100644
--- a/source/import_documentation/Components/SiB-Display.rst
+++ b/source/import_documentation/Components/SiB-Display.rst
@@ -65,8 +65,7 @@ widget-xyz
 
 default-widget
 ~~~~~~~~~~~~~~~~
-   The widget to use for all the fields, except
-   if a specific one is defined for a field.
+   The widget to use for all the fields, except if a specific one is defined for a field.
 
 multiple-xyz
 ~~~~~~~~~~~~~~~~
diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index b53d860..cf8d543 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -20,7 +20,23 @@ Jump to the `demonstration <https://docs.startinblox.com/import_documentation/si
 With the back
 =============
 
-Since our frontend framework reads RDF, we adapted a Django server to handle linked datas, which gave birth to DjangoLDP.
+Requirements
+-------------
+
+The SIB server requires:
+
+* python 3.6
+* postgresql database (for production)
+
+
+Initiate the server
+--------------------
+Before deploying any SIB applications you will need SIB servers able to provide all capabilities your application relies on.
+
+Our SiB server is called DjangoLDP which is based on Django framework and adapted to be compatible with Linked Datas convention but you can use any servers exposing data as LDP containers. 
+
+DjangoLDP come with packages developed and maintained by the Startin'Blox team. You can pick up the ones you like or write your own.
+
 
 .. warning:: if you using Windows, you may get some trouble. Please help us to improve reporting your problem on `this issue <https://git.startinblox.com/documentation/doc/issues/11/>`__
 
@@ -45,8 +61,8 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
 
 That's it. You're almost ready to start :)
 
-Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration
->`__ to go forward ! 
+Jump to the `How to install a SiB server <https://docs.startinblox.com/import_documentation/install-sib-server.html
+>`__ section to follow the configuration. 
 
 
 
diff --git a/source/import_documentation/server-architecture.rst b/source/import_documentation/server-architecture.rst
index 4fa80c4..2eb0e9d 100644
--- a/source/import_documentation/server-architecture.rst
+++ b/source/import_documentation/server-architecture.rst
@@ -1,22 +1,21 @@
+********************
 Server Architecture
-###################
+**************************
 
 DjangoLDP server
-================
+################
 
-The solution we offer is DjangoLDP based on Django framework and adapted to be compatible with Linked Datas convention.
+Before deploying any SIB applications you will need SIB servers able to provide all capabilities your application relies on.
 
-.. notice::
+Our SiB server is called DjangoLDP which is based on Django framework and adapted to be compatible with Linked Datas convention but you can use any servers exposing data as LDP containers. 
 
-   The section could be improve
+DjangoLDP come with packages developed and maintained by the Startin'Blox team. You can pick up the ones you like or write your own.
 
-Sib Command
-------------
-To help you to deploy easily your server, we put at your disposal a command that make it for you.
 
-.. warning::
+.. notice::
+
+   The section could be improve
 
-   The section should be improve
 
 
 LDP packages
@@ -35,7 +34,7 @@ You'll find the right package in the documentation of each component.
 A request in detail
 ===================
 
-.. figure:: ../_static/images/import_documentation/Servers-of-the-future-#2.png
+.. image:: ../_static/images/import_documentation/Servers-of-the-future-#2.png
    :alt: How we imagine the servers of the future
 
 
diff --git a/source/index.rst b/source/index.rst
index 37ae433..6006e74 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -18,9 +18,10 @@ Welcome to Startinblox's documentation!
    :caption: How it work:
 
    import_documentation/sib-demo
+   import_documentation/install-sib-server
    import_documentation/server-architecture
    import_documentation/core-framework-architecture
-   import_documentation/web-component
+   import_documentation/component-architecture
    import_documentation/widgets
    import_documentation/server-packages
 
-- 
GitLab