From 07b5f5aebee9cd9eec64d3dcc9e254fafa0922d3 Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Thu, 7 May 2020 17:12:33 +0200 Subject: [PATCH] update --- .../how-to-use-sib-server.rst | 2 +- .../import_documentation/install-sib-server.rst | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/source/import_documentation/how-to-use-sib-server.rst b/source/import_documentation/how-to-use-sib-server.rst index e4f77a7..273d457 100644 --- a/source/import_documentation/how-to-use-sib-server.rst +++ b/source/import_documentation/how-to-use-sib-server.rst @@ -1,5 +1,5 @@ How to use SiB server -#################### +#################### Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it. diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst index f3d9c86..fd644c0 100644 --- a/source/import_documentation/install-sib-server.rst +++ b/source/import_documentation/install-sib-server.rst @@ -49,13 +49,17 @@ Configure your LDP packages The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does. +Here you have : + * `a list of all the package available <https://git.startinblox.com/djangoldp-packages/>`___ + * `Explanation on how to make one <develop-sib-ldp-packages.html>`__ + +If the description of the available packages is unclear, open an issue to ask for more description. + .. code-block:: yml - ldppackages: - djangoldp_circle: djangoldp_circle - djangoldp_account: djangoldp_account - djangoldp_profile: djangoldp_profile - oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop' + ldppackages: + djangoldp_account: djangoldp_account + oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop' Details about packages.yml format are given in the template file. @@ -124,6 +128,8 @@ To launch the server in production: * You have to configure your python server to server the script: wsgi.py on the URL api.batman.happy-dev.fr/. +If you have any problem, `tell us reporting it in an issue <https://git.startinblox.com/djangoldp-packages/djangoldp/>`__. Thanks! + Tips & tricks ================ -- GitLab