Skip to content
Snippets Groups Projects
Commit b8a06bd8 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

add server intallation

parent ad00e4a2
No related branches found
No related tags found
No related merge requests found
...@@ -65,8 +65,7 @@ widget-xyz ...@@ -65,8 +65,7 @@ widget-xyz
default-widget default-widget
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
The widget to use for all the fields, except The widget to use for all the fields, except if a specific one is defined for a field.
if a specific one is defined for a field.
multiple-xyz multiple-xyz
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
......
...@@ -20,7 +20,23 @@ Jump to the `demonstration <https://docs.startinblox.com/import_documentation/si ...@@ -20,7 +20,23 @@ Jump to the `demonstration <https://docs.startinblox.com/import_documentation/si
With the back 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/>`__ .. 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 ...@@ -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 :) That's it. You're almost ready to start :)
Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration Jump to the `How to install a SiB server <https://docs.startinblox.com/import_documentation/install-sib-server.html
>`__ to go forward ! >`__ section to follow the configuration.
......
********************
Server Architecture Server Architecture
################### **************************
DjangoLDP server 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 LDP packages
...@@ -35,7 +34,7 @@ You'll find the right package in the documentation of each component. ...@@ -35,7 +34,7 @@ You'll find the right package in the documentation of each component.
A request in detail 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 :alt: How we imagine the servers of the future
......
...@@ -18,9 +18,10 @@ Welcome to Startinblox's documentation! ...@@ -18,9 +18,10 @@ Welcome to Startinblox's documentation!
:caption: How it work: :caption: How it work:
import_documentation/sib-demo import_documentation/sib-demo
import_documentation/install-sib-server
import_documentation/server-architecture import_documentation/server-architecture
import_documentation/core-framework-architecture import_documentation/core-framework-architecture
import_documentation/web-component import_documentation/component-architecture
import_documentation/widgets import_documentation/widgets
import_documentation/server-packages import_documentation/server-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment