From 4346c1fc0e29c5364a1e4400a3f442ad84654fc5 Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Tue, 14 Apr 2020 17:07:46 +0200 Subject: [PATCH] update --- .../import_documentation/About-the-back.rst | 2 - ...onent-alone-in-an-existing-application.rst | 7 --- source/import_documentation/get-started.rst | 44 +++++++++++++++++-- 3 files changed, 40 insertions(+), 13 deletions(-) delete mode 100644 source/import_documentation/About-the-back.rst diff --git a/source/import_documentation/About-the-back.rst b/source/import_documentation/About-the-back.rst deleted file mode 100644 index 92faf85..0000000 --- a/source/import_documentation/About-the-back.rst +++ /dev/null @@ -1,2 +0,0 @@ -What about the backend ? ------------------------- diff --git a/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst b/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst index 30b6ce7..c56c773 100644 --- a/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst +++ b/source/import_documentation/Use-a-component-alone-in-an-existing-application.rst @@ -12,14 +12,7 @@ No need for complicated tools or installations: to follow this section, you just 1. Import the core of Startin’blox ---------------------------------- -To start, simply import the core in your head tag: -.. code:: html - <!-- ... Import the core ... --> - <script type="module" src="https://unpkg.com/@startinblox/core"></script> - </head> - -It enables you to use Startin’blox technology and all the main components from the core of the framework. 2. Import the component you want -------------------------------- diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 15e22af..8d403e9 100644 --- a/source/import_documentation/get-started.rst +++ b/source/import_documentation/get-started.rst @@ -1,13 +1,49 @@ Getting Started **************** -.. warning:: - Use Sib pour faire le font et Djangoldp pour le back +With the Front +============== +To start, simply import the core in your head tag of a simple html file : + +.. code:: html + <!-- ... Import the core ... --> + <script type="module" src="https://unpkg.com/@startinblox/core"></script> + </head> + +It enables you to use Startin’blox technology and all the main components from the core of the framework. + +`Jump to the demonstration to go forward <sib-demo/>`__ + +With the back +============= + +Since our frontend framework reads RDF, we adapted a Django server to handle linked datas, which gave birth to DjangoLDP. + +.. 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/>`__ + + + +1. Make sure you have the latest version of python 3.6 installed. + +2. Install ``sib-manager`` that allow you to use the sib command. + +.. code:: python + python -m pip install -U sib-manager + +3. Create your server structure + +.. code:: python + sib startproject sibserver + cd sibserver + +That's it. You're almost ready to start :) + +`Jump to the demonstration to go forward <sib-demo/>`__ Glossary --------- +======== The glossary contains an overview of the most commonly used terms in the documentation. @@ -15,7 +51,7 @@ The glossary contains an overview of the most commonly used terms in the documen Something is missing ? ------------------------ +====================== `Let's us know <https://mailto:alice@startinblox.com/>`__ ! -- GitLab