Skip to content
Snippets Groups Projects
get-started.rst 1.44 KiB
Newer Older
Alice Poggioli's avatar
Alice Poggioli committed
Getting Started
****************
Alice Poggioli's avatar
Alice Poggioli committed

Alice Poggioli's avatar
Alice Poggioli committed
With the Front
==============
Alice Poggioli's avatar
Alice Poggioli committed

Alice Poggioli's avatar
Alice Poggioli committed
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/>`__



Alice Poggioli's avatar
Alice Poggioli committed
1. Make sure you have the latest version of python 3.6.8 installed.
Alice Poggioli's avatar
Alice Poggioli committed

2. Install ``sib-manager`` that allow you to use the sib command.

Alice Poggioli's avatar
Alice Poggioli committed
.. code-block:: python 
Alice Poggioli's avatar
Alice Poggioli committed
   python -m pip install -U sib-manager

3. Create your server structure

Alice Poggioli's avatar
Alice Poggioli committed
.. code-block:: python 
Alice Poggioli's avatar
Alice Poggioli committed
   sib startproject sibserver 
   cd sibserver

That's it. You're almost ready to start :)

`Jump to the demonstration to go forward  <sib-demo/>`__
Alice Poggioli's avatar
Alice Poggioli committed


Alice Poggioli's avatar
Alice Poggioli committed
Glossary
Alice Poggioli's avatar
Alice Poggioli committed
========
Alice Poggioli's avatar
Alice Poggioli committed

The glossary contains an overview of the most commonly used terms in the documentation. 

Alice Poggioli's avatar
Alice Poggioli committed
=> `Have a look on the glossary <Glossary/>`__
Alice Poggioli's avatar
Alice Poggioli committed


Alice Poggioli's avatar
Alice Poggioli committed
Something is missing ? 
Alice Poggioli's avatar
Alice Poggioli committed
======================
Alice Poggioli's avatar
Alice Poggioli committed

`Let's us know <https://mailto:alice@startinblox.com/>`__ !